From 64c032d9f0cde03a6e98be718e4c38407e705adb Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Wed, 14 Jan 2026 00:42:40 +0530 Subject: [PATCH] fix: some UI changes for notification popup --- surfsense_web/components/notifications/NotificationPopup.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/surfsense_web/components/notifications/NotificationPopup.tsx b/surfsense_web/components/notifications/NotificationPopup.tsx index c08555453..19823fdeb 100644 --- a/surfsense_web/components/notifications/NotificationPopup.tsx +++ b/surfsense_web/components/notifications/NotificationPopup.tsx @@ -78,7 +78,7 @@ export function NotificationPopup({ {loading ? (
- +
) : notifications.length === 0 ? (
@@ -86,7 +86,7 @@ export function NotificationPopup({

No notifications

) : ( -
+
{notifications.map((notification, index) => (