georgs #23

Closed
Ghost wants to merge 50 commits from georgs into main
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 024d263c8a - Show all commits

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>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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>
<StyledEngineProvider injectFirst>
<ThemeProvider theme={userPrefersDarkmode ? darkTheme : lightTheme}>