diff --git a/frontend/src/components/KeyboardHints.tsx b/frontend/src/components/KeyboardHints.tsx index 084b72c..7cc9426 100644 --- a/frontend/src/components/KeyboardHints.tsx +++ b/frontend/src/components/KeyboardHints.tsx @@ -30,13 +30,15 @@ export function KeyboardHints() { // inside the main column in App.tsx so it isn't offset by the // sidebar widths.
-
+
{hints.map((hint, i) => (
{hint.key} - {hint.action} + + {hint.action} + {i < hints.length - 1 && ( )} @@ -45,7 +47,7 @@ export function KeyboardHints() { {selectedCount > 0 && ( <> - + {selectedCount} selected