Skip to content

Commit eecd841

Browse files
committed
Update logo color to cyan
1 parent fd87648 commit eecd841

File tree

3 files changed

+2
-28
lines changed

3 files changed

+2
-28
lines changed

app/layout.tsx

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff 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>

public/images/general/logo.svg

Lines changed: 1 addition & 1 deletion
Loading

public/images/general/logo_dark.svg

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)