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>
|
<td>
|
||||||
<Kbd>{element.key}</Kbd>
|
<Kbd>{element.key}</Kbd>
|
||||||
</td>
|
</td>
|
||||||
<td>{element.shortcut}</td>
|
<td><Text>{element.shortcut}</Text></td>
|
||||||
</tr>
|
</tr>
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user