Skip to content

Commit d915365

Browse files
chore: update organizer panel url
1 parent cf716aa commit d915365

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/(homepage)/sections/navbar/auth-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export async function AuthButton({
2222
{session === null ? (
2323
<Link href="/auth/login">Zaloguj się</Link>
2424
) : (
25-
<Link href="/dashboard">Panel organizatora</Link>
25+
<Link href="/dashboard/events">Panel organizatora</Link>
2626
)}
2727
</Button>
2828
);

0 commit comments

Comments
 (0)