add simple red dot for chat notifs
This commit is contained in:
parent
c1a20079be
commit
0038a9794b
2 changed files with 7 additions and 1 deletions
|
@ -16,6 +16,10 @@
|
|||
@click.stop.prevent="toggleMobileSidebar()"
|
||||
>
|
||||
<i class="button-icon icon-menu" />
|
||||
<div
|
||||
v-if="unreadChatCount"
|
||||
class="alert-dot"
|
||||
/>
|
||||
</a>
|
||||
<router-link
|
||||
v-if="!hideSitename"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue