mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-24 14:24:47 +08:00
fix nav
Signed-off-by: MiniDigger <admin@benndorf.dev>
This commit is contained in:
parent
79977a0399
commit
55f5494483
@ -20,7 +20,7 @@
|
||||
<NuxtLink class="float-left" to="/" exact>
|
||||
<span>Home</span>
|
||||
</NuxtLink>
|
||||
<NuxtLink class="float-left" :to="'/' + currentUser.name" exact>
|
||||
<NuxtLink v-if="isLoggedIn" class="float-left" :to="'/' + currentUser.name" exact>
|
||||
<span>Your Projects</span>
|
||||
</NuxtLink>
|
||||
<NuxtLink class="float-left" to="/" exact>
|
||||
|
Loading…
Reference in New Issue
Block a user