mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-28 11:33:02 +00:00
refactor: batch 4
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { BsCommand } from 'react-icons/bs';
|
||||
import { Ruby } from '../Ruby';
|
||||
|
||||
export function MacCommandKey() {
|
||||
export function MacCommandKey({ className }: { className?: string }) {
|
||||
return (
|
||||
<Ruby caption="command">
|
||||
<Ruby caption="command" className={className}>
|
||||
<kbd className="kbd">
|
||||
<BsCommand className="text-sm" />
|
||||
</kbd>
|
||||
|
||||
Reference in New Issue
Block a user