From 0d0162899d06ccd936e95b97f7728855f762671b Mon Sep 17 00:00:00 2001 From: eopo <26900313+eopo@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:39:57 +0200 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b4c6b69..e921ab6 100644 --- a/index.html +++ b/index.html @@ -299,7 +299,7 @@ let qrCode = this.prefix + paddedNumber; // See https://goqr.me/api/doc/create-qr-code/ let qrCodeUrl = `https://api.qrserver.com/v1/create-qr-code/?size=300x300&data=${encodeURIComponent( - text + qrCode )}`; this.labels.push({ qrCodeUrl, text });