We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83673aa commit 6ded2c2Copy full SHA for 6ded2c2
src/components/navbar/Navbar.svelte
@@ -29,7 +29,7 @@
29
{#if $session.data}
30
<NavbarItem href="/profile" class="text-2xl text-offwhite" style="margin-right: 4.5rem;">{$session.data.user.email}</NavbarItem>
31
{:else}
32
- <NavbarItem href="/login" class="text-2xl" style="margin-right: 4.5rem;">Login</NavbarItem>
+ <NavbarItem href="/auth/login" class="text-2xl" style="margin-right: 4.5rem;">Login</NavbarItem>
33
{/if}
34
<NavbarItem href="https://mlh.io/seasons/2026/events" class="text-2xl">
35
<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