fix: open in wallet link too wide

This commit is contained in:
nate 2026-03-25 22:36:58 +04:00
parent d620f700b5
commit 42812678ea
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@
<% } else if (inv.status !== 'paid') { %>
<!-- QR -->
<div>
<a href="<%= inv.pay_uri %>"><img src="<%= inv.qr_url %>" alt="QR Code" class="w-48 h-48 mx-auto rounded-lg bg-white p-2" id="pay-qr"></a>
<a href="<%= inv.pay_uri %>" class="inline-block"><img src="<%= inv.qr_url %>" alt="QR Code" class="w-48 h-48 rounded-lg bg-white p-2" id="pay-qr"></a>
</div>
<% } %>