From c5a3d00371ba21d6e1c8397b8ee512424ec1d5e5 Mon Sep 17 00:00:00 2001
From: Gigi
Date: Wed, 15 Oct 2025 01:36:29 +0200
Subject: [PATCH] feat: link 'meaningful amount of sats' to pricing page
Makes the call-to-action more actionable by linking to payment info
---
src/components/Support.tsx | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/src/components/Support.tsx b/src/components/Support.tsx
index e860132f..77e69254 100644
--- a/src/components/Support.tsx
+++ b/src/components/Support.tsx
@@ -124,7 +124,17 @@ const Support: React.FC = ({ relayPool, eventStore, settings }) =>
Total zaps: {supporters.reduce((sum, s) => sum + s.zapCount, 0)}
- Want to show up here? Zap Boris a meaningful amount of sats and your avatar will show up above.
+ Want to show up here? Zap Boris a{' '}
+
+ meaningful amount of sats
+
+ {' '}and your avatar will show up above.