generated from Luis/nextjs-python-web-template
[Layout] Change Favicon to TUB - remove current favicon
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB |
@@ -50,7 +50,7 @@ export default function RootLayout({
|
|||||||
<title>Service Aware Networks</title>
|
<title>Service Aware Networks</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="description" content="Service Aware Networks" />
|
<meta name="description" content="Service Aware Networks" />
|
||||||
<link rel="icon" href="tub-favicon.ico" sizes="any" />
|
<link rel="icon" href="tub-favicon.png" sizes="any" />
|
||||||
</head>
|
</head>
|
||||||
<StyledEngineProvider injectFirst>
|
<StyledEngineProvider injectFirst>
|
||||||
<ThemeProvider theme={userPrefersDarkmode ? darkTheme : lightTheme}>
|
<ThemeProvider theme={userPrefersDarkmode ? darkTheme : lightTheme}>
|
||||||
|
|||||||
Reference in New Issue
Block a user