Skip to content

Commit

Permalink
feat: add servers to mobile nav
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Oct 30, 2024
1 parent 91c66c9 commit f8facaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/frontend/src/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@
<LibraryIcon class="icon" />
{{ formatMessage(commonMessages.collectionsLabel) }}
</NuxtLink>
<NuxtLink class="iconified-button" to="/servers/manage">
<ServerIcon class="icon" />
{{ formatMessage(commonMessages.serversLabel) }}
</NuxtLink>
<NuxtLink
v-if="auth.user.role === 'moderator' || auth.user.role === 'admin'"
class="iconified-button"
Expand Down

0 comments on commit f8facaa

Please sign in to comment.