fix: links

This commit is contained in:
2026-04-06 18:05:29 +02:00
parent 71b85d6874
commit d3a4554b0d

View File

@@ -23,7 +23,7 @@ export function Header({
const handleSignOut = async () => { const handleSignOut = async () => {
await authClient.signOut(); await authClient.signOut();
navigate({ to: "/open-mic" }); navigate({ to: "/" });
}; };
return ( 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"> <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"> <nav className="flex items-center gap-3 sm:gap-6">
<Link <Link
to="/open-mic" to="/"
className="font-['Intro',sans-serif] text-base text-white/80 transition-opacity hover:opacity-100 sm:text-lg" className="font-['Intro',sans-serif] text-base text-white/80 transition-opacity hover:opacity-100 sm:text-lg"
> >
Kunstenkamp Kunstenkamp