diff --git a/index.html b/index.html index ec2c324c96..3c54580e80 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/public/manifest.json b/public/manifest.json index d93a3c3b6d..7c0987cee0 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,7 +3,7 @@ "name": "Hunger Games", "icons": [ { - "src": "favicon.ico", + "src": "favicon.svg", "sizes": "16x16", "type": "image/x-icon", "purpose": "maskable" diff --git a/src/App.jsx b/src/App.jsx index 027d7f191f..e81aaaf3a5 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -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(() =>