diff --git a/html_generator.php b/html_generator.php index 07cb66c..d3f4863 100644 --- a/html_generator.php +++ b/html_generator.php @@ -55,7 +55,7 @@ " " . $content["description"] . "" . PHP_EOL . " " . $content["active_users"] . "" . PHP_EOL . " " . $content["preview_link"] . "" . PHP_EOL . - " \"Pictogram" . PHP_EOL . + " \"Pictogram" . PHP_EOL . " " . $content["join_link"] . "" . PHP_EOL . " " . PHP_EOL; $table_lines[] = $line; diff --git a/output/styles2.css b/output/styles2.css index 1d0531a..a26f8ce 100644 --- a/output/styles2.css +++ b/output/styles2.css @@ -49,6 +49,9 @@ body { background-color: var(--session-classic-da margin-right: auto; width: 50%; } +.qr-code-icon { + cursor: pointer; +} .qr-code-modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */