Skip to content

Commit

Permalink
Fix favicon sizes value in manifest (facebook#3287)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansully authored and gaearon committed Oct 28, 2017
1 parent f41c263 commit 6d32fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 6d32fee

Please sign in to comment.