generated from Luis/nextjs-python-web-template
[Layout] Change Favicon to TUB - update favicon
This commit is contained in:
BIN
pkgs/ui/public/tub-favicon.ico
Normal file
BIN
pkgs/ui/public/tub-favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 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.png" sizes="any" />
|
<link rel="icon" href="tub-favicon.ico" 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