Change: remove counter from link to /notifications

This commit is contained in:
Raphael Beer 2020-02-26 15:34:50 +01:00
parent be6c737452
commit d5cbfb142f
No known key found for this signature in database
GPG Key ID: C1AC5E018B25EF11

View File

@ -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 }">