aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat_panel/chat_panel.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-10-21 00:31:16 +0300
committerHenry Jameson <me@hjkos.com>2020-10-21 00:31:16 +0300
commitf561e755530063b2e8e0db210264b1d244543bd0 (patch)
tree986f3ca8b95b0cfa48725e970204d1e402ff12ad /src/components/chat_panel/chat_panel.vue
parent1ec41302f729ac9100c3ec0cede5e4f79dd626a3 (diff)
lint
Diffstat (limited to 'src/components/chat_panel/chat_panel.vue')
-rw-r--r--src/components/chat_panel/chat_panel.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/chat_panel/chat_panel.vue b/src/components/chat_panel/chat_panel.vue
index 51b99563..7993c94d 100644
--- a/src/components/chat_panel/chat_panel.vue
+++ b/src/components/chat_panel/chat_panel.vue
@@ -63,7 +63,10 @@
@click.stop.prevent="togglePanel"
>
<div class="title">
- <FAIcon class="icon" icon="bullhorn" />
+ <FAIcon
+ class="icon"
+ icon="bullhorn"
+ />
{{ $t('shoutbox.title') }}
</div>
</div>