Update page title

This commit is contained in:
Aj - Thomas
2022-05-16 12:46:27 +02:00
committed by Thomas "ajnart" Camlong
parent bdf871b476
commit 471a9f7407

View File

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