Skip to content

Commit 6ded2c2

Browse files
committed
file routes were screwy
1 parent 83673aa commit 6ded2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/navbar/Navbar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{#if $session.data}
3030
<NavbarItem href="/profile" class="text-2xl text-offwhite" style="margin-right: 4.5rem;">{$session.data.user.email}</NavbarItem>
3131
{:else}
32-
<NavbarItem href="/login" class="text-2xl" style="margin-right: 4.5rem;">Login</NavbarItem>
32+
<NavbarItem href="/auth/login" class="text-2xl" style="margin-right: 4.5rem;">Login</NavbarItem>
3333
{/if}
3434
<NavbarItem href="https://mlh.io/seasons/2026/events" class="text-2xl">
3535
<img decoding="async" src="https://s3.amazonaws.com/logged-assets/trust-badge/2026/mlh-trust-badge-2026-red.svg" alt="Major League Hacking 2026 Hackathon Season" style="width: 5%; position: absolute; top: 0; right: 0;" class="self-center">

0 commit comments

Comments
 (0)