Skip to content

Commit c071020

Browse files
committed
fix: namespace keyboard shortcuts were incorrect
1 parent c55e2b2 commit c071020

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugin-codeflare-dashboard/src/components/Top

1 file changed

+1
-1
lines changed

Diff for: plugins/plugin-codeflare-dashboard/src/components/Top/Header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default class Header extends React.PureComponent<Props> {
5858

5959
<Box marginLeft={1} justifyContent="flex-end">
6060
<Text dimColor color="blue">
61-
<Text bold>Left/Right</Text>
61+
<Text bold>Up/Down</Text>
6262
</Text>
6363
</Box>
6464
</Box>

0 commit comments

Comments
 (0)