merchant landing: drop p(l)ay joke from feature hint and landing docs
Use plain “pay here”. URL wordplay ideas for that feature line are discarded (README features table updated for landing-page docs).
This commit is contained in:
parent
f4129e0988
commit
eb640da64e
2 changed files with 2 additions and 14 deletions
|
|
@ -19,7 +19,7 @@ Static intro for the **GOA merchant** backend (dual currency GOA + CHF).
|
||||||
| GOA shop samples | `data-product` buttons → public template pay (`goa-shop` instance) |
|
| GOA shop samples | `data-product` buttons → public template pay (`goa-shop` instance) |
|
||||||
| Link previews | Open Graph / Twitter meta → `og-goa-shop.png` (1200×630) for chats & social |
|
| Link previews | Open Graph / Twitter meta → `og-goa-shop.png` (1200×630) for chats & social |
|
||||||
| Shop pay popup | `shop-pay.js` / `shop-pay.css` — **QR_Taler** (blue ring + `qr-logo.svg`), settlement payto expandable |
|
| Shop pay popup | `shop-pay.js` / `shop-pay.css` — **QR_Taler** (blue ring + `qr-logo.svg`), settlement payto expandable |
|
||||||
| Get GOA first | Hint + link to bank; `p(l)ay` with violet `(l)` |
|
| Get GOA first | Hint + link to bank (plain “pay here”) |
|
||||||
| Stats | Dual-currency aggregates; **recent activity** split GOA/CHF (≤5 each); refund badge violet |
|
| Stats | Dual-currency aggregates; **recent activity** split GOA/CHF (≤5 each); refund badge violet |
|
||||||
| Performance | Live HTTP probes + container RSS |
|
| Performance | Live HTTP probes + container RSS |
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,16 +102,6 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.money-hint strong { color: #5eead4; font-weight: 750; }
|
.money-hint strong { color: #5eead4; font-weight: 750; }
|
||||||
/* p(l)ay: plain text; only (l) in site accent (violet), not a pill/button */
|
|
||||||
.money-hint .play-joke {
|
|
||||||
font-weight: 700;
|
|
||||||
white-space: nowrap;
|
|
||||||
letter-spacing: 0.01em;
|
|
||||||
}
|
|
||||||
.money-hint .play-joke .play-l {
|
|
||||||
color: var(--accent);
|
|
||||||
font-weight: 800;
|
|
||||||
}
|
|
||||||
.money-hint a {
|
.money-hint a {
|
||||||
color: #5eead4; font-weight: 700; text-decoration: none;
|
color: #5eead4; font-weight: 700; text-decoration: none;
|
||||||
border-bottom: 1px solid rgba(94, 234, 212, 0.4);
|
border-bottom: 1px solid rgba(94, 234, 212, 0.4);
|
||||||
|
|
@ -547,9 +537,7 @@
|
||||||
|
|
||||||
<p class="money-hint" role="note">
|
<p class="money-hint" role="note">
|
||||||
<strong>Get GOA first.</strong>
|
<strong>Get GOA first.</strong>
|
||||||
You need coins in your wallet before you can
|
You need coins in your wallet before you can pay here.
|
||||||
<span class="play-joke" title="pay / play">p<span class="play-l">(l)</span>ay</span>
|
|
||||||
here.
|
|
||||||
<br />
|
<br />
|
||||||
<span class="money-hint-detail">Install the wallet → one-step withdraw at the bank, then return to this shop.</span>
|
<span class="money-hint-detail">Install the wallet → one-step withdraw at the bank, then return to this shop.</span>
|
||||||
<br />
|
<br />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue