notifications big

This commit is contained in:
alma 2026-01-11 22:47:15 +01:00
parent f8a4b14a96
commit 477a0f324d

View File

@ -218,13 +218,6 @@ export const NotificationBadge = memo(function NotificationBadge({ className }:
</div>
<p className="text-xs text-muted-foreground">
{formatDistanceToNow(new Date(notification.timestamp), { addSuffix: true })}
{notification.source && (
<span className="ml-1 opacity-75">
{notification.source === 'leantime' ? 'Leantime' :
notification.source === 'rocketchat' ? 'Parole' :
notification.source}
</span>
)}
</p>
</div>
<div className="flex space-x-1 ml-2">