Skip to content

Commit

Permalink
Favicon added
Browse files Browse the repository at this point in the history
  • Loading branch information
arun5309 committed Feb 22, 2024
1 parent 74bec62 commit cdce29e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,9 @@
{#if show_keypad_screen}
<h1><strong>{gameHeader(rounds)} digit </strong>| Round {(rounds % 4) + 1}</h1>
<KeyPad key_colors={displayDigits} training_board={true} on:BW_input={play_a_round} />
<h1 style="font-size:1.5em">Tap the color of the <strong>{gameHeader(rounds)} digit</strong></h1>
<h1 style="font-size:1.5em">
Tap the color of the <strong>{gameHeader(rounds)} digit</strong>
</h1>
{/if}
{#if show_end_screen}
{#if show_pin}
Expand Down
12 changes: 11 additions & 1 deletion static/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
{"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"}
{
"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"
}

0 comments on commit cdce29e

Please sign in to comment.