diff options
| author | tusooa <tusooa@kazv.moe> | 2023-08-18 21:48:32 -0400 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-08-18 22:25:32 -0400 |
| commit | ff25838479ecbb6c28b741efde47b0ad9253c2da (patch) | |
| tree | b1176e238a181144859f322e4d67b0905134db0f /src | |
| parent | ebee2bda639988b3bfa29e0cfc9c6a76bfda5b07 (diff) | |
Make lint happy
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/extra_notifications/extra_notifications.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/extra_notifications/extra_notifications.vue b/src/components/extra_notifications/extra_notifications.vue index 512f515c..96489190 100644 --- a/src/components/extra_notifications/extra_notifications.vue +++ b/src/components/extra_notifications/extra_notifications.vue @@ -1,7 +1,7 @@ <template> <div class="ExtraNotifications"> <div class="notification unseen"> - <div class="notification-overlay"></div> + <div class="notification-overlay" /> <router-link v-if="shouldShowChats" class="button-unstyled -link extra-notification" @@ -16,7 +16,7 @@ </router-link> </div> <div class="notification unseen"> - <div class="notification-overlay"></div> + <div class="notification-overlay" /> <router-link v-if="shouldShowAnnouncements" class="button-unstyled -link extra-notification" @@ -31,7 +31,7 @@ </router-link> </div> <div class="notification unseen"> - <div class="notification-overlay"></div> + <div class="notification-overlay" /> <router-link v-if="shouldShowFollowRequests" class="button-unstyled -link extra-notification" |
