fix the wrong spelling (#419)
This commit is contained in:
parent
17c34b2d7d
commit
ed8e3f252d
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ export function ActionButton(): JSX.Element {
|
|||
</Tooltip>
|
||||
</ToolButton>
|
||||
<ToolButton disabled={!hasSelection} onClick={handleMoveToFront}>
|
||||
<Tooltip label="More to Front" kbd={`#⇧]`}>
|
||||
<Tooltip label="Move to Front" kbd={`#⇧]`}>
|
||||
<PinTopIcon />
|
||||
</Tooltip>
|
||||
</ToolButton>
|
||||
|
|
Loading…
Reference in a new issue