[Layout] Change Favicon to TUB

This commit is contained in:
Arslan, Erdem
2023-11-23 22:47:37 +01:00
parent b96a150c78
commit 45fcf35c1b
3 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1002 B

View File

@@ -50,7 +50,7 @@ export default function RootLayout({
<title>Service Aware Networks</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Service Aware Networks" />
<link rel="icon" href="favicon.ico" sizes="any" />
<link rel="icon" href="tub-favicon.ico" sizes="any" />
</head>
<StyledEngineProvider injectFirst>
<ThemeProvider theme={userPrefersDarkmode ? darkTheme : lightTheme}>
@@ -88,8 +88,8 @@ export default function RootLayout({
</div>
<div className="col-span-1 block w-full bg-fixed text-center font-semibold dark:invert lg:hidden">
<Image
src="/favicon.png"
alt="TUB Logo"
src="/tub-favicon.png"
alt="TU Berlin Logo"
width={58}
height={58}
priority