mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
parent
bbb2bfe080
commit
e19302a198
@ -55,8 +55,7 @@ export const UnreadNotice = (props) => {
|
||||
cursor='pointer'
|
||||
onClick={onClick}
|
||||
>
|
||||
{unreadCount} new message{unreadCount > 1 ? 's' : ''}{' '}
|
||||
<Text color='lightGray'>since </Text>
|
||||
{unreadCount} new message{unreadCount > 1 ? 's' : ''} since{' '}
|
||||
<Timestamp stamp={stamp} color='black' date={true} fontSize={1} />
|
||||
</Text>
|
||||
<Icon
|
||||
|
Loading…
Reference in New Issue
Block a user