Skip to content

Commit

Permalink
Bugfix/increase the resolution of the icon of hunger games (#1103)
Browse files Browse the repository at this point in the history
* remove old icon

* add svg favIcon

* use new icon

---------

Co-authored-by: Konstantin Shmigol <[email protected]>
  • Loading branch information
Shmigolk and Shmigol authored Dec 13, 2024
1 parent c510487 commit dfe21a1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.ico" />
<link rel="icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
Expand Down
Binary file removed public/favicon.ico
Binary file not shown.
1 change: 1 addition & 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": "Hunger Games",
"icons": [
{
"src": "favicon.ico",
"src": "favicon.svg",
"sizes": "16x16",
"type": "image/x-icon",
"purpose": "maskable"
Expand Down
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { IS_DEVELOPMENT_MODE, OFF_URL } from "./const";
import ColorModeContext from "./contexts/colorMode";

import Loader from "./pages/loader";
import { CountryProvider } from "./contexts/CountryProvider/CountryProvider";
import { CountryProvider } from "./contexts/CountryProvider";

const EcoScorePage = React.lazy(() => import("./pages/eco-score"));
const LogoAnnotationPage = React.lazy(() =>
Expand Down

0 comments on commit dfe21a1

Please sign in to comment.