Skip to content

Commit

Permalink
Update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins committed Nov 10, 2021
1 parent 46d5b32 commit b3eb24b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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="/favicon.png" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" sizes="any">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
Expand All @@ -17,7 +17,7 @@
<meta property="og:type" content="website">
<meta property="og:image" content="https://young-turquoise-metalic-fairy.fission.app/fairy.png">
<title>Webnative React TodoMVC - Young Turquoise Metalic Fairy</title>
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="apple-touch-icon" href="/logo-192.png" />
<link rel="manifest" href="/manifest.json" />
<title>Webnative React TodoMVC</title>
</head>
Expand Down
Binary file removed public/favicon.png
Binary file not shown.
3 changes: 3 additions & 0 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Webnative React TodoMVC",
"icons": [
{
"src": "favicon.png",
"src": "favicon.svg",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
Expand Down

0 comments on commit b3eb24b

Please sign in to comment.