Skip to content

Commit

Permalink
Change: remove counter from link to /notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeer committed Mar 5, 2020
1 parent be6c737 commit d5cbfb1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions webapp/components/NotificationMenu/NotificationMenu.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<template>
<nuxt-link v-if="!unreadNotificationsCount" :to="{ name: 'notifications' }">
<base-button class="notifications-menu" ghost circle>
<counter-icon icon="bell" :count="unreadNotificationsCount" danger />
</base-button>
<nuxt-link v-if="!unreadNotificationsCount" class="notifications-menu" :to="{ name: 'notifications' }">
<base-button icon="bell" ghost circle />
</nuxt-link>
<dropdown v-else class="notifications-menu" offset="8" :placement="placement">
<template slot="default" slot-scope="{ toggleMenu }">
Expand Down

0 comments on commit d5cbfb1

Please sign in to comment.