Skip to content

Commit

Permalink
Fix favicon sizes value in manifest (#3287)
Browse files Browse the repository at this point in the history
Fixes #3284.
  • Loading branch information
ryansully authored and gaearon committed Oct 28, 2017
1 parent d98b756 commit 8c7b6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/template/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"icons": [
{
"src": "favicon.ico",
"sizes": "192x192",
"sizes": "64x64",
"type": "image/png"
}
],
Expand Down

0 comments on commit 8c7b6e7

Please sign in to comment.