Skip to content

Commit

Permalink
Merge pull request #152 from art-by-city/151-update-mobile-menu
Browse files Browse the repository at this point in the history
Adds directory to BottomNavBar and hides curate
  • Loading branch information
jim-toth authored Sep 30, 2024
2 parents 33fbc68 + b269224 commit 4c6948c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion components/BottomNavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,19 @@
>
DISCOVER
</v-btn>
<v-btn
<!-- <v-btn
density="comfortable"
variant="text"
to="/curations"
>
CURATE
</v-btn> -->
<v-btn
density="comfortable"
variant="text"
to="/directory"
>
ARTISTS
</v-btn>
<div class="mt-3 ml-3 ml-sm-2">
<ConnectButton xs-mobile theme="light" />
Expand Down

0 comments on commit 4c6948c

Please sign in to comment.