Skip to content

Commit

Permalink
Update frontend/src/components/menu/BottomMenu.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
ogerly authored Jul 3, 2024
1 parent bc4d017 commit f7759a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/menu/BottomMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<div
class="bottom-menu d-flex w-100 position-fixed bottom-0 justify-space-around align-center py-2 bg-surface"
>
<MessageIndicator :number-of-messages="3" />
<NewsIndicator :has-news="true" />
<!-- <MessageIndicator :number-of-messages="3" />
<NewsIndicator :has-news="true" /> -->
<CreateButtonMobile />
<Circle class="camera-button" @click="toggleDrawer">
<v-icon icon="$camera"></v-icon>
Expand Down

0 comments on commit f7759a3

Please sign in to comment.