diff --git a/src/features/hotkey.tsx b/src/features/hotkey.tsx index e4cd165..e79b65b 100644 --- a/src/features/hotkey.tsx +++ b/src/features/hotkey.tsx @@ -102,11 +102,13 @@ registerInfoComponent(

Hotkeys

- {keys.map(hotkey => ( -
- {hotkey?.description} -
- ))} +
+ {keys.map(hotkey => ( +
+ {hotkey?.description} +
+ ))} +
); })