Browse Source

fix: 💨

imwald
codytseng 6 months ago
parent
commit
8ae3b8d6c8
  1. 2
      src/components/NotificationList/NotificationItem/ZapNotification.tsx

2
src/components/NotificationList/NotificationItem/ZapNotification.tsx

@ -31,7 +31,7 @@ export function ZapNotification({ @@ -31,7 +31,7 @@ export function ZapNotification({
sentAt={notification.created_at}
targetEvent={event}
middle={
<div className="font-semibold text-yellow-400 shrink-0">
<div className="font-semibold text-yellow-400 truncate">
{formatAmount(amount)} {t('sats')} {comment}
</div>
}

Loading…
Cancel
Save