mirror of
https://github.com/etiennecollin/unifi-voucher-manager.git
synced 2025-10-23 00:02:10 +00:00
style: removed interactive button text
This commit is contained in:
@@ -42,7 +42,7 @@ export default function VoucherCode({ voucher, contentClassName = "" }: Props) {
|
||||
</div>
|
||||
<div className="flex-center gap-3">
|
||||
<button onClick={handleCopy} className="btn-success">
|
||||
{copied ? "Copied" : "Copy Code"}
|
||||
Copy Code
|
||||
</button>
|
||||
<button onClick={handlePrint} className="btn-primary">
|
||||
Print Voucher
|
||||
|
Reference in New Issue
Block a user