mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 18:21:34 +03:00
permalinks: add group peer space
This commit is contained in:
parent
eedef4ea1a
commit
77db4fe51b
@ -90,7 +90,8 @@ export function GroupLink(
|
||||
<Box display='flex' alignItems='center'>
|
||||
<Icon icon='Users' color='gray' mr='1' />
|
||||
<Text fontSize='0'color='gray' >
|
||||
{preview.members}
|
||||
{preview.members}
|
||||
{' '}
|
||||
{preview.members > 1 ? 'peers' : 'peer'}
|
||||
</Text>
|
||||
</Box>
|
||||
|
Loading…
Reference in New Issue
Block a user