mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-06-11 09:02:59 +02:00
[WIP] Encryption for secure values (#183)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { ButtonProps } from './Button';
|
||||
import { Button } from './Button';
|
||||
|
||||
export function BadgeButton(props: ButtonProps) {
|
||||
return <Button size="2xs" variant="border" className="!rounded-full mx-1" {...props} />;
|
||||
}
|
||||
Reference in New Issue
Block a user