Use PNG instead of JPG for the payment QR image

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
David Beccue
2026-05-16 13:21:18 +05:00
parent 00ee9fb1fe
commit d7dfad9a24
3 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
<section class="pay">
<p class="muted">{$t('invoices.saved_thanks')}</p>
<img src="/payment-qr.jpg" alt="Payment QR code" class="qr" />
<img src="/payment-qr.png" alt="Payment QR code" class="qr" />
</section>
</article>