fix: links
This commit is contained in:
@@ -23,7 +23,7 @@ export function Header({
|
||||
|
||||
const handleSignOut = async () => {
|
||||
await authClient.signOut();
|
||||
navigate({ to: "/open-mic" });
|
||||
navigate({ to: "/" });
|
||||
};
|
||||
|
||||
return (
|
||||
@@ -35,7 +35,7 @@ export function Header({
|
||||
<div className="mx-auto flex max-w-8xl items-center justify-between px-3 py-2 sm:px-6 sm:py-3">
|
||||
<nav className="flex items-center gap-3 sm:gap-6">
|
||||
<Link
|
||||
to="/open-mic"
|
||||
to="/"
|
||||
className="font-['Intro',sans-serif] text-base text-white/80 transition-opacity hover:opacity-100 sm:text-lg"
|
||||
>
|
||||
Kunstenkamp
|
||||
|
||||
Reference in New Issue
Block a user