Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 519e614

Browse files
committed
favicon fix
1 parent a60c7ae commit 519e614

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
1+
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}], "theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

hints/templates/flags.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h4>Hints</h4>
5252
<button type="input" name="reveal_hint" class="btn btn-secondary" value="d">Reveal Next Hint</button>
5353
</form>
5454

55-
{#<!-- {% if hint_index < num_hints-1 %}
55+
{#<!-- comment {% if hint_index < num_hints-1 %}
5656
-->
5757
<form method="POST">
5858
<button type="submit" name="reveal_hint" class="btn btn-secondary">Reveal Next Hint</button>

0 commit comments

Comments
 (0)