Issues 2, 5, 6, 26, 34, 36, 39 and 40 #16

Merged
Ghost merged 17 commits from issue-34 into main 2023-11-25 23:32:32 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 2b500fa42a - 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}>