From 78ad4e77d9a41b91a0510f55eb1f8d6255381ccb Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 26 May 2021 20:29:33 -0600 Subject: [PATCH] Update NotificationCard component, fix default value --- resources/assets/js/components/NotificationCard.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/resources/assets/js/components/NotificationCard.vue b/resources/assets/js/components/NotificationCard.vue index f44205317..9fe9e3c2f 100644 --- a/resources/assets/js/components/NotificationCard.vue +++ b/resources/assets/js/components/NotificationCard.vue @@ -20,7 +20,7 @@

- {{truncate(n.account.username)}} liked your + {{truncate(n.account.username)}} liked your post. @@ -86,6 +86,12 @@

0 Notifications!

+
+
+

+

No notifications yet

+
+
@@ -253,4 +259,4 @@ } } } - \ No newline at end of file +