From 3f8c14ab69f810edcd80444a237546d8259ff54f Mon Sep 17 00:00:00 2001 From: 2ro <17595647+2ro@users.noreply.github.com> Date: Thu, 2 Jul 2026 23:36:53 -0400 Subject: [PATCH] =?UTF-8?q?content:=20recipient=20guide=20cash-out=20?= =?UTF-8?q?=E2=80=94=20swap=20exchange=20link,=20drop=20spend-directly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Point the Exchanges tile at nonlogs.io (no-KYC) and match its chip/copy to the Peer-to-peer tile's 'no KYC' framing. Drop the Spend it directly tile — no vetted resource to link yet. Co-Authored-By: Claude Fable 5 --- src/lib/helpContent.ts | 9 ++------- src/locales/en.json | 6 +----- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/src/lib/helpContent.ts b/src/lib/helpContent.ts index 0b738c9e..a15a4a4c 100644 --- a/src/lib/helpContent.ts +++ b/src/lib/helpContent.ts @@ -348,19 +348,14 @@ const RECIPIENT_GUIDE_STRUCTURE: GuideBlockStructure[] = [ options: [ { id: 'coinjoin', - chips: ['non-custodial', 'high privacy'], - href: 'https://wasabiwallet.io', + chips: ['non-custodial', 'no KYC'], + href: 'https://nonlogs.io', }, { id: 'peerToPeer', chips: ['cash', 'no KYC'], href: 'https://bisq.network', }, - { - id: 'spendDirectly', - chips: ['skip cash-out', 'instant'], - href: 'https://www.bitrefill.com/us/en/', - }, ], }, { kind: 'callout', id: 'tumblers', variant: 'danger' }, diff --git a/src/locales/en.json b/src/locales/en.json index cf98d538..ad96ac69 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -2415,15 +2415,11 @@ "options": { "coinjoin": { "name": "Exchanges", - "purpose": "The simplest path to fiat. Expect KYC: the exchange learns your identity and the amount you cash out through it." + "purpose": "A no-KYC exchange like nonlogs.io lets you cash out without an identity check." }, "peerToPeer": { "name": "Peer-to-peer", "purpose": "Trade Grin for fiat directly with another person or through an over-the-counter broker. No platform in the middle." - }, - "spendDirectly": { - "name": "Spend it directly", - "purpose": "Spend Grin as money with merchants and services that accept it, without converting to cash first." } } },