summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/NotificationsAlerts.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/NotificationsAlerts.vue')
-rw-r--r--webapp/src/components/NotificationsAlerts.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/NotificationsAlerts.vue b/webapp/src/components/NotificationsAlerts.vue
index c2c389b..efedd2a 100644
--- a/webapp/src/components/NotificationsAlerts.vue
+++ b/webapp/src/components/NotificationsAlerts.vue
@@ -18,7 +18,7 @@
<template>
<div>
<v-menu v-model="menu" offset-y left :close-on-content-click="false" :nudge-bottom="10" content-class="notifications" attach>
- <v-btn icon slot="activator">
+ <v-btn icon slot="activator" class="tutorial-element label-top-left element-icon" style="--label-number: '4'">
<v-badge :value="!menu && newAlertCount" color="red darken-3" bottom>
<span slot="badge">{{newAlertCount}}</span>
<v-icon>notifications</v-icon>