fix the wrong spelling (#419)

This commit is contained in:
Yao Wang 2021-12-01 21:48:51 +08:00 committed by GitHub
parent 17c34b2d7d
commit ed8e3f252d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>