Skip to content

Commit 517b42d

Browse files
authored
➕ merge pull request #24 from devmount/fix-icons
Fix icons
2 parents 0c49195 + ac3a29d commit 517b42d

5 files changed

Lines changed: 13 additions & 3 deletions

File tree

3.23 KB
Loading

public/img/icons/favicon-16x16.png

1.85 KB
Loading

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7-
<link rel="shortcut icon" href="favicon.ico">
7+
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
88
<title>You Can Quit!</title>
99
<meta name="description" content="Track your progress and get encouraged on your way of quitting a bad habit.">
1010
</head>

public/manifest.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
"src": "./img/icons/icon-192.png",
1111
"sizes": "192x192",
1212
"type": "image/png"
13-
}
14-
]
13+
},
14+
{
15+
"src": "./img/icons/apple-touch-icon-152x152.png",
16+
"sizes": "152x152",
17+
"type": "image/png"
18+
},
19+
{
20+
"src": "./img/icons/favicon-16x16.png",
21+
"sizes": "16x16",
22+
"type": "image/png"
23+
}
24+
]
1525
}

0 commit comments

Comments
 (0)