Skip to content

Commit

Permalink
Move meta links to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeister committed Mar 26, 2024
1 parent 8bfdbee commit 30ac1fd
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions frontend/src/views/camp/navigation/mobile/NavSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,6 @@
icon="mdi-format-list-bulleted-triangle"
:to="{ name: 'camps', query: { isDetail: true } }"
/>
<SidebarListItem
:title="$tc('global.navigation.help')"
icon="mdi-help-circle-outline"
:href="helpLink"
target="_blank"
/>
<SidebarListItem
:title="$tc('global.navigation.news')"
icon="mdi-news"
:href="newsLink"
target="_blank"
/>
</v-list>

<v-divider />
Expand Down Expand Up @@ -89,6 +77,23 @@
:to="adminRoute(camp(), 'print')"
/>
</v-list>

<v-divider />

<v-list>
<SidebarListItem
:title="$tc('global.navigation.help')"
icon="mdi-help-circle-outline"
:href="helpLink"
target="_blank"
/>
<SidebarListItem
:title="$tc('global.navigation.news')"
icon="mdi-script-text-outline"
:href="newsLink"
target="_blank"
/>
</v-list>
<div class="mt-auto">
<v-btn
x-large
Expand Down

0 comments on commit 30ac1fd

Please sign in to comment.