feat: add ThemeToggle component to header login section
This commit is contained in:
parent
cf70aa4a67
commit
68bb75b1c8
1 changed files with 4 additions and 1 deletions
|
|
@ -195,7 +195,10 @@ export default function Header() {
|
||||||
) : null}
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<a href="/api/auth/discord/login" className="text-[16px] text-foreground/50">[ <span className="text-foreground">Login</span> ]</a>
|
<div className="relative flex items-center gap-4" id="menu">
|
||||||
|
<ThemeToggle />
|
||||||
|
<a href="/api/auth/discord/login" className="text-[16px] text-foreground/50">[ <span className="text-foreground">Login</span> ]</a>
|
||||||
|
</div>
|
||||||
)}
|
)}
|
||||||
</header>
|
</header>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue