mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-13 20:04:35 +03:00
landscape: invite uses 'Users' icon
This commit is contained in:
parent
d2c8939fb0
commit
8a09a216c3
@ -156,7 +156,7 @@ export function GroupSwitcher(props: {
|
||||
<Icon
|
||||
mr={2}
|
||||
color="blue"
|
||||
icon="CreateGroup"
|
||||
icon="Users"
|
||||
/>
|
||||
<Text color="blue">Invite to group</Text>
|
||||
</GroupSwitcherItem>
|
||||
@ -179,7 +179,7 @@ export function GroupSwitcher(props: {
|
||||
<Icon
|
||||
display="block"
|
||||
color='blue'
|
||||
icon="CreateGroup"
|
||||
icon="Users"
|
||||
/>
|
||||
</Link>
|
||||
<Link to={navTo("/popover/settings")}>
|
||||
|
Loading…
Reference in New Issue
Block a user