️ (favicon): Changes the favicon to .png

This improves the accessibility because some browsers don't support .svg. And some services fetch their icons from favicons!
This commit is contained in:
WalkxCode
2022-05-14 13:45:22 +02:00
parent 56b52d0808
commit e16601d113

View File

@@ -24,7 +24,7 @@ export default function App(props: AppProps & { colorScheme: ColorScheme }) {
<Head>
<title>Homarr - A homepage for your server!</title>
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" />
<link rel="shortcut icon" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.png" />
</Head>
<ColorSchemeProvider colorScheme={colorScheme} toggleColorScheme={toggleColorScheme}>