diff --git a/components/notification-badge.tsx b/components/notification-badge.tsx index 4a421f0..4d0a0e3 100644 --- a/components/notification-badge.tsx +++ b/components/notification-badge.tsx @@ -156,10 +156,13 @@ export const NotificationBadge = memo(function NotificationBadge({ className }:
+ {!notification.isRead && notification.source === 'rocketchat' && ( + + )} {notification.title} - {!notification.isRead && ( + {!notification.isRead && notification.source !== 'rocketchat' && ( New )} {notification.source === 'leantime' && (