mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
🎨 Wrap shortcut with text component
This commit is contained in:
@@ -63,7 +63,7 @@ export const AboutModal = ({ opened, closeModal, newVersionAvailable }: AboutMod
|
||||
<td>
|
||||
<Kbd>{element.key}</Kbd>
|
||||
</td>
|
||||
<td>{element.shortcut}</td>
|
||||
<td><Text>{element.shortcut}</Text></td>
|
||||
</tr>
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user