From d96e08a3275af78a79a597bae7333b3b6f5701b5 Mon Sep 17 00:00:00 2001 From: Mangiang Date: Thu, 2 Dec 2021 11:09:41 -0500 Subject: [PATCH] fix: Change all favicon into favico to avoid typos --- items/frontend/public/{favicon.ico => favico.ico} | Bin items/frontend/public/{favicon.svg => favico.svg} | 0 items/frontend/public/index.html | 6 +++--- items/frontend/public/manifest.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) rename items/frontend/public/{favicon.ico => favico.ico} (100%) rename items/frontend/public/{favicon.svg => favico.svg} (100%) diff --git a/items/frontend/public/favicon.ico b/items/frontend/public/favico.ico similarity index 100% rename from items/frontend/public/favicon.ico rename to items/frontend/public/favico.ico diff --git a/items/frontend/public/favicon.svg b/items/frontend/public/favico.svg similarity index 100% rename from items/frontend/public/favicon.svg rename to items/frontend/public/favico.svg diff --git a/items/frontend/public/index.html b/items/frontend/public/index.html index f439b38..fe4ef5f 100644 --- a/items/frontend/public/index.html +++ b/items/frontend/public/index.html @@ -3,8 +3,8 @@ - - + + @@ -19,7 +19,7 @@ It will be replaced with the URL of the `public` folder during the build. Only files inside the `public` folder can be referenced from the HTML. - Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will + Unlike "/favico.ico" or "favico.ico", "%PUBLIC_URL%/favico.ico" will work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> diff --git a/items/frontend/public/manifest.json b/items/frontend/public/manifest.json index 69df9e1..1729cc0 100644 --- a/items/frontend/public/manifest.json +++ b/items/frontend/public/manifest.json @@ -3,12 +3,12 @@ "name": "Items Website for sp-tarkov", "icons": [ { - "src": "favicon.ico", + "src": "favico.ico", "sizes": "32x32", "type": "image/x-icon" }, { - "src": "favicon.svg", + "src": "favico.svg", "type": "image/svg+xml", "sizes": "64x64 96x96 128x128 160x160 192x192 512x512" } @@ -17,4 +17,4 @@ "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff" -} +} \ No newline at end of file -- 2.47.1