style: removed interactive button text

This commit is contained in:
etiennecollin
2025-09-07 15:13:23 -04:00
parent 404d35b437
commit b81efc3c87

View File

@@ -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