We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ae62c commit 283fee4Copy full SHA for 283fee4
1 file changed
html/src/lib/components/Header.svelte
@@ -59,8 +59,8 @@ $: activeUrl = '/#' + $location;
59
{/if}
60
{#if $activeEventStore && $activeEventStore.AllowSignups}
61
<NavLi href="/#/team">Sign-Up</NavLi>
62
+ <NavLi href="/#/teams">My Teams</NavLi>
63
- <NavLi href="/#/teams">My Teams</NavLi>
64
65
{:else}
66
<NavLi href="/oauth/redirect">Login with Discord <DiscordIcon/></NavLi>
0 commit comments