aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification/notification.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2023-03-14 21:50:43 +0200
committerHenry Jameson <me@hjkos.com>2023-03-14 21:50:43 +0200
commit4d23d31fecf480abfccc4db3ac79c6640078dc3b (patch)
tree545b0ffe95fe206db0cb39971a6aa8c3368b5617 /src/components/notification/notification.vue
parent9632b77786a9d3735f04ecf4a814311fad926ad0 (diff)
initial admin settings prototype (WIP)
Diffstat (limited to 'src/components/notification/notification.vue')
-rw-r--r--src/components/notification/notification.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue
index e1ea42ad..8d4cc2d1 100644
--- a/src/components/notification/notification.vue
+++ b/src/components/notification/notification.vue
@@ -153,9 +153,9 @@
</router-link>
<button
class="button-unstyled expand-icon"
- @click.prevent="toggleStatusExpanded"
:title="$t('tool_tip.toggle_expand')"
:aria-expanded="statusExpanded"
+ @click.prevent="toggleStatusExpanded"
>
<FAIcon
class="fa-scale-110"