diff --git a/frontend/src/features/notifications/components/NotificationBell.tsx b/frontend/src/features/notifications/components/NotificationBell.tsx
index ba905c0..d636ed8 100644
--- a/frontend/src/features/notifications/components/NotificationBell.tsx
+++ b/frontend/src/features/notifications/components/NotificationBell.tsx
@@ -130,8 +130,12 @@ export const NotificationBell: React.FC = () => {
) : notifications.length === 0 ? (
-
- No notifications
+
+
+ No notifications
+
+ You're all caught up
+
) : (