diff --git a/src/routes/invoices/[id]/+page.svelte b/src/routes/invoices/[id]/+page.svelte index f9cee36..3c8df12 100644 --- a/src/routes/invoices/[id]/+page.svelte +++ b/src/routes/invoices/[id]/+page.svelte @@ -52,7 +52,7 @@

{$t('invoices.saved_thanks')}

- Payment QR code + Payment QR code
diff --git a/static/payment-qr.jpg b/static/payment-qr.jpg deleted file mode 100644 index 20e36ed..0000000 Binary files a/static/payment-qr.jpg and /dev/null differ diff --git a/static/payment-qr.png b/static/payment-qr.png new file mode 100644 index 0000000..4a55286 Binary files /dev/null and b/static/payment-qr.png differ