website_next: part 5

This commit is contained in:
nym21
2026-07-06 15:54:25 +02:00
parent 3f2a48f248
commit 2207ec1b7e
25 changed files with 1083 additions and 130 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export function createReceiptQr(block, url) {
section.dataset.receiptQr = "";
label.textContent = "Scan to verify";
image.alt = `QR code for block ${block.height}`;
image.src = createQrDataUrl(url, { padX: 0, padY: 0, scale: 8 });
image.src = createQrDataUrl(url, { scale: 8 });
link.href = url;
link.textContent = formatDisplayUrl(url);
section.append(label, image, link);