From 064290674f87ad84125ea3a472e9de790345f0e4 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 8 Jun 2026 19:39:10 +0000 Subject: [PATCH 1/2] feat: mention open source and link Analyzer/Wallet GitHub repos Add open-source mentions with inline GitHub links in the Analyzer and Wallet About sections, and discrete repo links in the shared footer. https://claude.ai/code/session_01VPeomh4rCuFmzCoYi3MXL7 --- .../landing/AnalyzerAboutSection.tsx | 11 ++++++++++- src/components/landing/Footer.tsx | 18 ++++++++++++++++++ src/components/landing/WalletAboutSection.tsx | 11 ++++++++++- 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/src/components/landing/AnalyzerAboutSection.tsx b/src/components/landing/AnalyzerAboutSection.tsx index 54531f6..87c1a1a 100644 --- a/src/components/landing/AnalyzerAboutSection.tsx +++ b/src/components/landing/AnalyzerAboutSection.tsx @@ -35,7 +35,16 @@ export function AnalyzerAboutSection() { The BitSleuth Analyzer is built for Bitcoiners who want real transparency. Whether you're tracking address reuse, auditing wallets for OPSEC risks, or exploring the chain, our AI-powered tools help you make sense of the blockchain.

- Built by privacy-focused developers who believe in open access to Bitcoin data and the sovereignty of the individual. + Built by privacy-focused developers who believe in open access to Bitcoin data and the sovereignty of the individual. The Wallet Analyzer is fully open source — review or contribute to the code on{" "} + + GitHub + + .

diff --git a/src/components/landing/Footer.tsx b/src/components/landing/Footer.tsx index 52de989..b479fc2 100644 --- a/src/components/landing/Footer.tsx +++ b/src/components/landing/Footer.tsx @@ -77,6 +77,24 @@ export function Footer({ onTermsClick, onPrivacyClick }: FooterProps) { > Status + + Analyzer (GitHub) + + + Wallet (GitHub) +
diff --git a/src/components/landing/WalletAboutSection.tsx b/src/components/landing/WalletAboutSection.tsx index 7fe6a98..c57d88e 100644 --- a/src/components/landing/WalletAboutSection.tsx +++ b/src/components/landing/WalletAboutSection.tsx @@ -10,7 +10,16 @@ export function WalletAboutSection() {

About BitSleuth Wallet

- The BitSleuth Wallet is built for privacy-conscious Bitcoiners. We believe in self-custody and minimizing your on-chain footprint. Our wallet is non-custodial, requires no personal information, and is designed to help you transact with greater privacy. Built by developers who believe in financial sovereignty. + The BitSleuth Wallet is built for privacy-conscious Bitcoiners. We believe in self-custody and minimizing your on-chain footprint. Our wallet is non-custodial, requires no personal information, and is designed to help you transact with greater privacy. Built by developers who believe in financial sovereignty. The Privacy Wallet is fully open source — review or contribute to the code on{" "} + + GitHub + + .

From e469f56b2dc379a0656e321ca15215496b78bc1a Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 8 Jun 2026 19:47:48 +0000 Subject: [PATCH 2/2] refactor: move GitHub repo links from footer to product About sections Per review feedback, remove the per-page footer GitHub links and keep the open-source mentions/links contextually on each product page (Analyzer and Wallet About sections). https://claude.ai/code/session_01VPeomh4rCuFmzCoYi3MXL7 --- src/components/landing/Footer.tsx | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/components/landing/Footer.tsx b/src/components/landing/Footer.tsx index b479fc2..52de989 100644 --- a/src/components/landing/Footer.tsx +++ b/src/components/landing/Footer.tsx @@ -77,24 +77,6 @@ export function Footer({ onTermsClick, onPrivacyClick }: FooterProps) { > Status - - Analyzer (GitHub) - - - Wallet (GitHub) -