aboutsummaryrefslogtreecommitdiff
path: root/src/components/mobile_nav/mobile_nav.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-08-24 22:42:58 +0300
committerHenry Jameson <me@hjkos.com>2022-08-24 22:42:58 +0300
commitf31bec7ef8bbe1659870d3f771f6b6bb1e689585 (patch)
tree00b70890867b8e606b81e0bd1f7b470c5ed41c77 /src/components/mobile_nav/mobile_nav.vue
parent09a4d963d4dd336c0d46f5abed0d9a47bbd0de6e (diff)
only mark as read if closed intentionally
Diffstat (limited to 'src/components/mobile_nav/mobile_nav.vue')
-rw-r--r--src/components/mobile_nav/mobile_nav.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue
index 949cf17e..e3459681 100644
--- a/src/components/mobile_nav/mobile_nav.vue
+++ b/src/components/mobile_nav/mobile_nav.vue
@@ -56,15 +56,15 @@
>
<div class="mobile-notifications-header">
<span class="title">{{ $t('notifications.notifications') }}</span>
- <a
- class="mobile-nav-button"
- @click.stop.prevent="closeMobileNotifications()"
+ <button
+ class="button-unstyled mobile-nav-button"
+ @click.stop.prevent="closeMobileNotifications(true)"
>
<FAIcon
class="fa-scale-110 fa-old-padding"
icon="times"
/>
- </a>
+ </button>
</div>
<div
id="mobile-notifications"