mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Change: remove counter from link to /notifications
This commit is contained in:
parent
be6c737452
commit
d5cbfb142f
@ -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 }">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user