Skip to content

Commit b597412

Browse files
authored
Fix iPhone homescreen save icon (#379)
* This fixes the icon when saving to homescreen on an iPhone. * Forgot to change file extension
1 parent 02a3c50 commit b597412

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

web/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<meta http-equiv="Expires" content="0" />
1010
<link rel="manifest" href="/app.webmanifest" />
1111
<link rel="shortcut icon" type="image/svg+xml" href="/gm.svg" />
12+
<link rel="apple-touch-icon" href="/gm.png" />
1213
<link rel="preconnect" href="https://fonts.googleapis.com" />
1314
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1415
<link

web/public/gm.png

11.7 KB
Loading

0 commit comments

Comments
 (0)