[Layout] Change Favicon to TUB - update favicon

This commit is contained in:
Arslan, Erdem
2023-11-23 23:18:19 +01:00
parent 576298734e
commit 2b500fa42a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -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}>