Bump to v0.1.10 — Bitcoin QR to right edge on Support page

Use justify-between on the QR section so Lightning address sits flush
left and Bitcoin address sits flush right, making them visually
impossible to confuse when scanning.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jure
2026-03-11 20:02:30 +01:00
parent fdb7aab9d1
commit 181233796b
5 changed files with 7 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ export function AboutView() {
{/* QR codes */}
<section className="mb-8">
<h2 className="text-text-dim text-[10px] uppercase tracking-widest mb-4">Scan to send</h2>
<div className="flex flex-wrap gap-16">
<div className="flex justify-between gap-8">
<div>
<div className="text-text-muted text-[11px] mb-2">Lightning</div>
<QRBlock value={`lightning:${LIGHTNING_ADDRESS}`} label={LIGHTNING_ADDRESS} />