diff --git a/components/nav/NavBottom.vue b/components/nav/NavBottom.vue index 82c99d33..c363893e 100644 --- a/components/nav/NavBottom.vue +++ b/components/nav/NavBottom.vue @@ -1,6 +1,8 @@ @@ -18,7 +20,12 @@ const moreMenuVisible = ref(false) - + + + + {{ notifications < 10 ? notifications : '•' }} + +