Skip to content

Commit 8c7b6e7

Browse files
ryansullygaearon
authored andcommitted
Fix favicon sizes value in manifest (#3287)
Fixes #3284.
1 parent d98b756 commit 8c7b6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/public/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"icons": [
55
{
66
"src": "favicon.ico",
7-
"sizes": "192x192",
7+
"sizes": "64x64",
88
"type": "image/png"
99
}
1010
],

0 commit comments

Comments
 (0)