Skip to content

Commit

Permalink
➕ merge pull request #24 from devmount/fix-icons
Browse files Browse the repository at this point in the history
Fix icons
  • Loading branch information
devmount authored Jun 1, 2021
2 parents 0c49195 + ac3a29d commit 517b42d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
Binary file added public/img/icons/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/icons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>You Can Quit!</title>
<meta name="description" content="Track your progress and get encouraged on your way of quitting a bad habit.">
</head>
Expand Down
14 changes: 12 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
"src": "./img/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
}
]
},
{
"src": "./img/icons/apple-touch-icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "./img/icons/favicon-16x16.png",
"sizes": "16x16",
"type": "image/png"
}
]
}

0 comments on commit 517b42d

Please sign in to comment.