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