Skip to content

Commit

Permalink
Change favicon file extension to .ico
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgraham committed Apr 13, 2021
1 parent 5cd529e commit e623e81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#3f51b5" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
Expand Down
6 changes: 3 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"name": "Colorly",
"icons": [
{
"src": "favicon.png",
"type": "image/png",
"sizes": "64x64"
"src": "favicon.ico",
"type": "image/x-icon",
"sizes": "64x64 32x32 24x24 16x16"
},
{
"src": "logo192.png",
Expand Down

0 comments on commit e623e81

Please sign in to comment.