Skip to content

Commit 283fee4

Browse files
committed
don't show My Teams unless signup are allowed
1 parent 87ae62c commit 283fee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

html/src/lib/components/Header.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ $: activeUrl = '/#' + $location;
5959
{/if}
6060
{#if $activeEventStore && $activeEventStore.AllowSignups}
6161
<NavLi href="/#/team">Sign-Up</NavLi>
62+
<NavLi href="/#/teams">My Teams</NavLi>
6263
{/if}
63-
<NavLi href="/#/teams">My Teams</NavLi>
6464

6565
{:else}
6666
<NavLi href="/oauth/redirect">Login with Discord <DiscordIcon/></NavLi>

0 commit comments

Comments
 (0)