From 9c6474a7b9821a14b76b0cbe9df44f2c90b887da Mon Sep 17 00:00:00 2001 From: Nevo David Date: Wed, 18 Dec 2024 00:55:26 +0700 Subject: [PATCH] feat: z-index --- .../src/components/notifications/notification.component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/components/notifications/notification.component.tsx b/apps/frontend/src/components/notifications/notification.component.tsx index ecab2113..c679bb6a 100644 --- a/apps/frontend/src/components/notifications/notification.component.tsx +++ b/apps/frontend/src/components/notifications/notification.component.tsx @@ -42,7 +42,7 @@ export const NotificationOpenComponent = () => { const { data, isLoading } = useSWR('notifications', loadNotifications); return ( -
+
Notifications