Compare commits
2
Commits
866b45b01d
...
693290095d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
693290095d | ||
|
|
f63b54733b |
@@ -16,7 +16,7 @@ const store = useNotificationStore();
|
||||
max-width="360"
|
||||
>
|
||||
<v-card-text class="d-flex align-center ga-3">
|
||||
<v-icon icon="mdi-trophy" color="amber" size="32" />
|
||||
<v-icon :icon="notification.is_achievement ? 'mdi-trophy' : 'mdi-bell-ring'" color="amber" size="32" />
|
||||
<div>
|
||||
<div class="text-subtitle-2 font-weight-bold">{{ notification.title }}</div>
|
||||
<div class="text-body-2 text-medium-emphasis">{{ notification.body }}</div>
|
||||
|
||||
Reference in New Issue
Block a user