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