diff --git a/src/components/layout/notifications-panel.tsx b/src/components/layout/notifications-panel.tsx index b121bce..25a2d91 100644 --- a/src/components/layout/notifications-panel.tsx +++ b/src/components/layout/notifications-panel.tsx @@ -118,7 +118,7 @@ export function NotificationsPanel({ style={{ top: `${position.top}px`, right: `${position.right}px` }} >
-

Notifications

+

Notifications

@@ -129,7 +129,7 @@ export function NotificationsPanel({
No notifications
) : (
- {notifications.slice(0, 4).map((notification) => ( + {notifications.slice(0, 3).map((notification) => (

@@ -159,6 +159,7 @@ export function NotificationsPanel({

))} +
)}