🐛 Fix for favicon not changing

Removed favicon and title from _app.tsx
This commit is contained in:
Aimsucks
2022-06-08 16:26:09 +00:00
parent 19f80b9b4c
commit 4ee6562e35

View File

@@ -37,9 +37,7 @@ export default function App(this: any, props: AppProps & { colorScheme: ColorSch
return (
<>
<Head>
<title>Homarr 🦞</title>
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" />
<link rel="shortcut icon" href="/favicon.svg" />
</Head>
<ColorSchemeProvider colorScheme={colorScheme} toggleColorScheme={toggleColorScheme}>