diff options
| author | Henry Jameson <me@hjkos.com> | 2023-03-14 21:50:43 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2023-03-14 21:50:43 +0200 |
| commit | 4d23d31fecf480abfccc4db3ac79c6640078dc3b (patch) | |
| tree | 545b0ffe95fe206db0cb39971a6aa8c3368b5617 /src/components/notification | |
| parent | 9632b77786a9d3735f04ecf4a814311fad926ad0 (diff) | |
initial admin settings prototype (WIP)
Diffstat (limited to 'src/components/notification')
| -rw-r--r-- | src/components/notification/notification.vue | 2 |
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" |
