Renamed the favicon.

master
Pacman Ghost 4 years ago
parent 9f2ab3cd1e
commit c914976302
  1. 0
      web/public/favicon.ico
  2. 2
      web/public/index.html
  3. 2
      web/public/manifest.json

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 105 KiB

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="/app.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no" />
<link rel="manifest" href="/manifest.json" />
</head>

@ -4,7 +4,7 @@
"icons": [
{
"src": "app.ico",
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}

Loading…
Cancel
Save