mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-05 07:09:52 +01:00
Change page name
This commit is contained in:
@@ -20,14 +20,14 @@ export default function App(props: AppProps & { colorScheme: ColorScheme }) {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>Mantine next example</title>
|
||||
<title>MyHomePage - Your new browser homepage!</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}>
|
||||
<MantineProvider theme={{ colorScheme }} withGlobalStyles withNormalizeCSS>
|
||||
<NotificationsProvider>
|
||||
<NotificationsProvider position='top-right'>
|
||||
<Layout>
|
||||
<Component {...pageProps} />
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user