Update prompts, id mapping, icon

This commit is contained in:
Dominic Zimmer
2024-03-30 12:33:49 +01:00
parent 2e48c23eaa
commit 781921efd7
6 changed files with 84 additions and 39 deletions

BIN
public/bingo.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
public/bingo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/bingo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta