From c7c20eda145544b54284c96efafc46c7ba5a219d Mon Sep 17 00:00:00 2001 From: alma Date: Sun, 4 May 2025 12:25:57 +0200 Subject: [PATCH] notifications --- components/notification-badge.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/notification-badge.tsx b/components/notification-badge.tsx index 5180a62b..e28e38fc 100644 --- a/components/notification-badge.tsx +++ b/components/notification-badge.tsx @@ -170,7 +170,7 @@ export const NotificationBadge = memo(function NotificationBadge({ className }:
-

+

{notification.title} {!notification.isRead && ( New @@ -181,7 +181,7 @@ export const NotificationBadge = memo(function NotificationBadge({ className }: Agilité )} -

+

{formatDistanceToNow(new Date(notification.timestamp), { addSuffix: true })} {notification.source && (