fix: qr code generator generates, no converting

This commit is contained in:
theoleuthardt 2025-03-04 18:09:57 +01:00
parent de4f61d2dc
commit a9c2fae7c1

View file

@ -82,7 +82,7 @@ export default function QrCodeGenerator() {
loading ? (
<div className="h-10 w-10 border-8 border-blue-100 border-t-blue-500 rounded-full animate-spin" />
) : (
"convert"
"generate"
)
}
onClick={generateQRCode}