Skip to content

Commit

Permalink
fix: namespace keyboard shortcuts were incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Apr 19, 2023
1 parent c55e2b2 commit c071020
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class Header extends React.PureComponent<Props> {

<Box marginLeft={1} justifyContent="flex-end">
<Text dimColor color="blue">
<Text bold>Left/Right</Text>
<Text bold>Up/Down</Text>
</Text>
</Box>
</Box>
Expand Down

0 comments on commit c071020

Please sign in to comment.