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"
|
data-testid="people-menu.invite"
|
||||||
onClick={() => editor.addOpenMenu('share menu')}
|
onClick={() => editor.addOpenMenu('share menu')}
|
||||||
>
|
>
|
||||||
<TldrawUiButtonLabel>
|
<TldrawUiButtonLabel>{msg('people-menu.invite')}</TldrawUiButtonLabel>
|
||||||
{msg('people-menu.invite')}
|
|
||||||
<TldrawUiButtonIcon icon="plus" />
|
<TldrawUiButtonIcon icon="plus" />
|
||||||
</TldrawUiButtonLabel>
|
|
||||||
</TldrawUiButton>
|
</TldrawUiButton>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in a new issue