fix invite others (#2904)
"Invite others" button in the people menu looked off - icon was in the wrong place and it was messing up the layout. ### Change Type - [x] `patch` — Bug fix
This commit is contained in:
parent
987a576423
commit
1850602ea7
1 changed files with 2 additions and 4 deletions
|
@ -80,10 +80,8 @@ export const PeopleMenu = track(function PeopleMenu({
|
|||
data-testid="people-menu.invite"
|
||||
onClick={() => editor.addOpenMenu('share menu')}
|
||||
>
|
||||
<TldrawUiButtonLabel>
|
||||
{msg('people-menu.invite')}
|
||||
<TldrawUiButtonIcon icon="plus" />
|
||||
</TldrawUiButtonLabel>
|
||||
<TldrawUiButtonLabel>{msg('people-menu.invite')}</TldrawUiButtonLabel>
|
||||
<TldrawUiButtonIcon icon="plus" />
|
||||
</TldrawUiButton>
|
||||
</div>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue