bank landing: Intergalactic no-IBAN badge; pool note wording

Restore the original top badge: “Intergalactic · GOA · no IBAN”.

Surprising-balance note now says the communal pool is “(shared, but
also yours)” — coins you withdraw are yours even though the pool is
shared.
This commit is contained in:
Hernâni Marques 2026-07-10 20:51:05 +02:00
parent b1b41154c5
commit 930716a94d
No known key found for this signature in database

View file

@ -314,6 +314,7 @@
.app-ico:not(.browser-ico) path,
.app-ico:not(.browser-ico) circle,
.app-ico:not(.browser-ico) rect { fill: currentColor; }
/* hub browser marks use explicit gold/blue fills in SVG */
.app-ico.stroke-ico path, .app-ico.stroke-ico circle, .app-ico.stroke-ico rect {
fill: none;
stroke: currentColor;
@ -693,7 +694,7 @@
<body data-shop-theme="bank">
<main>
<header class="hero">
<span class="badge">Exploration · GOA</span>
<span class="badge">Intergalactic · GOA · no IBAN</span>
<h1>GOA Exploration Bank</h1>
<p class="sub">
Install the wallet, then <strong>one QR</strong> withdraws GOA from a
@ -789,7 +790,7 @@
</button>
<p class="balance-note" role="note">
<strong>Surprising balance?</strong>
Pool holds <strong id="shared-balance"></strong> (shared, not yours).
Pool holds <strong id="shared-balance"></strong> (shared, but also yours).
You only get the small withdraw amount.
</p>
</div>