mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
notifications 20+
This commit is contained in:
parent
6cb2377266
commit
eac7e100cc
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export default function NotificationHeaderButton(props: Props) {
|
||||||
'notification__bubble--inline': inline,
|
'notification__bubble--inline': inline,
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<span className="notification__count">{unreadCount}</span>
|
<span className="notification__count">{unreadCount > 20 ? '20+' : unreadCount}</span>
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue