From d3b7a8ddded44dd0193be28b7e1ac126b1a24fd8 Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 15 Oct 2025 01:36:12 +0200 Subject: [PATCH] feat: add call-to-action message at bottom of support page Encourage visitors to zap Boris to show up on the supporter list --- src/components/Support.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Support.tsx b/src/components/Support.tsx index c074b840..e860132f 100644 --- a/src/components/Support.tsx +++ b/src/components/Support.tsx @@ -118,11 +118,14 @@ const Support: React.FC = ({ relayPool, eventStore, settings }) => )} -
+

Total supporters: {supporters.length} • 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. +