logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: ff25838479ecbb6c28b741efde47b0ad9253c2da
parent ebee2bda639988b3bfa29e0cfc9c6a76bfda5b07
Author: tusooa <tusooa@kazv.moe>
Date:   Fri, 18 Aug 2023 21:48:32 -0400

Make lint happy

Diffstat:

Msrc/components/extra_notifications/extra_notifications.vue6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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"