mirror of
https://github.com/hoornet/vega.git
synced 2026-05-09 05:39:10 -07:00
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:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user