aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat/chat.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-12 17:17:52 +0300
committerHenry Jameson <me@hjkos.com>2022-04-12 17:17:52 +0300
commit08ad2923a58b08f8522b90938d9a330993904ea7 (patch)
tree2571de4a425964dd560295a8ed939b8136f6d6d3 /src/components/chat/chat.vue
parente5eca8a554446dfdfbe6049d14737979074cf18d (diff)
fix chats button alignment
Diffstat (limited to 'src/components/chat/chat.vue')
-rw-r--r--src/components/chat/chat.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/chat/chat.vue b/src/components/chat/chat.vue
index d909bed9..31eecbc0 100644
--- a/src/components/chat/chat.vue
+++ b/src/components/chat/chat.vue
@@ -9,15 +9,15 @@
ref="header"
class="panel-heading -sticky chat-view-heading mobile-hidden"
>
- <a
- class="go-back-button"
+ <button
+ class="button-unstyled go-back-button"
@click="goBack"
>
<FAIcon
size="lg"
icon="chevron-left"
/>
- </a>
+ </button>
<div class="title text-center">
<ChatTitle
:user="recipient"