From 6c2a2257d9694a71e753347d9a01acaf5368a60b Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:31:06 +0000 Subject: [PATCH] Move Bitcoin toggle below pricing options and above FAQ - Reduced prominence of Bitcoin toggle on /pricing page - Moved toggle from header area to between pricing plans and FAQ - Added mt-8 spacing for proper visual separation Fixes #267 Co-authored-by: Marks --- frontend/src/routes/pricing.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/frontend/src/routes/pricing.tsx b/frontend/src/routes/pricing.tsx index 7a9202fb..1cae08f7 100644 --- a/frontend/src/routes/pricing.tsx +++ b/frontend/src/routes/pricing.tsx @@ -635,21 +635,6 @@ function PricingPage() { )} -
-
-
- - Pay with Bitcoin -
- -
-
- {(() => { const filteredPlans = PRICING_PLANS.filter((plan) => { // Always hide Starter plan unless user is currently on Starter @@ -870,6 +855,21 @@ function PricingPage() { ); })()} +
+
+
+ + Pay with Bitcoin +
+ +
+
+