Skip to content

Commit

Permalink
Fix favicon sizes value in manifest
Browse files Browse the repository at this point in the history
Fixes #3284.
  • Loading branch information
ryansully committed Oct 16, 2017
1 parent 991b092 commit c499d2e
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 c499d2e

Please sign in to comment.