mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 01:27:54 +00:00
fix: qr code generator generates, no converting
This commit is contained in:
parent
de4f61d2dc
commit
a9c2fae7c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue