In default layout template, fix typo in display of notification count
This commit is contained in:
parent
70d51faa70
commit
7869af7334
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ $maybe (Entity _pid person, verified, sharer, unread) <- mperson
|
|||
it. Or <a href=@{AuthR LogoutR}>Log out.
|
||||
$if unread > 0
|
||||
<a href=@{NotificationsR $ sharerIdent sharer}>
|
||||
🔔${unread}
|
||||
🔔#{unread}
|
||||
$nothing
|
||||
<div>
|
||||
You are not logged in.
|
||||
|
|
Loading…
Reference in a new issue