Skip to content

Commit 1aa2951

Browse files
committed
Add missing favicon 96x96 (usually used by android-chrome)
Reorder the favicons in decreasing size order, for better priority.
1 parent a7a8fa2 commit 1aa2951

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<link rel="apple-touch-icon" sizes="120x120" href="/dist/images/favicons/survey-apple-touch-icon.png">
9+
<link rel="icon" type="image/png" sizes="96x96" href="/dist/images/favicons/survey-android-chrome-96x96.png">
910
<link rel="icon" type="image/png" sizes="32x32" href="/dist/images/favicons/survey-favicon-32x32.png">
1011
<link rel="icon" type="image/png" sizes="16x16" href="/dist/images/favicons/survey-favicon-16x16.png">
1112
<link rel="manifest" href="/dist/images/favicons/survey-site.webmanifest">

0 commit comments

Comments
 (0)