File tree Expand file tree Collapse file tree 3 files changed +2
-28
lines changed
Expand file tree Collapse file tree 3 files changed +2
-28
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,9 @@ const navbar = (
2121 < div style = { { display : "flex" , alignItems : "center" , gap : "0.5rem" } } >
2222 < img
2323 src = { "/images/general/logo.svg" }
24- alt = "Logo light "
24+ alt = "Logo"
2525 width = { 20 }
2626 height = { 20 }
27- className = "block dark:hidden"
28- />
29- < img
30- src = { "/images/general/logo_dark.svg" }
31- alt = "Logo dark"
32- width = { 20 }
33- height = { 20 }
34- className = "hidden dark:block"
3527 />
3628 < span style = { { fontWeight : "bold" , fontSize : "1.1rem" } } >
3729 C Traceback
@@ -73,12 +65,6 @@ export default async function RootLayout({children}) {
7365 < link
7466 rel = "icon"
7567 href = "/images/general/logo.svg"
76- media = "(prefers-color-scheme: light)"
77- />
78- < link
79- rel = "icon"
80- href = "/images/general/logo_dark.svg"
81- media = "(prefers-color-scheme: dark)"
8268 />
8369 </ Head >
8470 < body >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments