fix: classname for notifications

This commit is contained in:
Alejandro Gomez 2023-01-26 08:30:23 +01:00
parent d60b636d34
commit c70f03cea2
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ export default function Layout() {
</div>
<div className={`btn btn-rnd${unreadNotifications === 0 ? " mr10" : ""}`} onClick={(e) => goToNotifications(e)}>
<Bell />
{unreadNotifications > 0 && (<span className="has-unreads"></span>)}
{unreadNotifications > 0 && (<span className="has-unread"></span>)}
</div>
<ProfileImage pubkey={key || ""} showUsername={false} />
</div>