aboutsummaryrefslogtreecommitdiff
path: root/src/components/global_notice_list
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-10-21 00:01:28 +0300
committerHenry Jameson <me@hjkos.com>2020-10-21 00:01:28 +0300
commita50cd7e37dce6e95f2c3d6cc63c382af71a2926e (patch)
tree84bd0314c503a8dd196a2b7312101d103aebc2b2 /src/components/global_notice_list
parent3cbaa0044943341fa4af4e4eb880649fc7eecda4 (diff)
remaining changes...
Diffstat (limited to 'src/components/global_notice_list')
-rw-r--r--src/components/global_notice_list/global_notice_list.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/global_notice_list/global_notice_list.vue b/src/components/global_notice_list/global_notice_list.vue
index 2965cd0d..3a7139f4 100644
--- a/src/components/global_notice_list/global_notice_list.vue
+++ b/src/components/global_notice_list/global_notice_list.vue
@@ -9,7 +9,7 @@
<div class="notice-message">
{{ $t(notice.messageKey, notice.messageArgs) }}
</div>
- <i
+ <FAIcon
class="button-icon" icon="times"
@click="closeNotice(notice)"
/>