notifications big
This commit is contained in:
parent
f8a4b14a96
commit
477a0f324d
@ -218,13 +218,6 @@ export const NotificationBadge = memo(function NotificationBadge({ className }:
|
|||||||
</div>
|
</div>
|
||||||
<p className="text-xs text-muted-foreground">
|
<p className="text-xs text-muted-foreground">
|
||||||
{formatDistanceToNow(new Date(notification.timestamp), { addSuffix: true })}
|
{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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex space-x-1 ml-2">
|
<div className="flex space-x-1 ml-2">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user