From ca3cfdaa6c536745147ef5988242729ad1c51540 Mon Sep 17 00:00:00 2001 From: Shaun Parkison Date: Tue, 11 Jun 2024 14:50:35 -0600 Subject: [PATCH] Update empty notifications display Better empty state page for notifications #1044 --- resources/views/livewire/notifications.blade.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/resources/views/livewire/notifications.blade.php b/resources/views/livewire/notifications.blade.php index 2c961afe3..303c6005a 100644 --- a/resources/views/livewire/notifications.blade.php +++ b/resources/views/livewire/notifications.blade.php @@ -39,9 +39,14 @@ {{ $notifications->links() }} @else -

- You have no unread notifications -

+
+ + + + + You have no unread notifications + +
@endif