From 9eed448da6af3ec6c26f1220ac5f35f5e4f09e7e Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 15 Oct 2025 01:25:00 +0200 Subject: [PATCH] feat: improve support page copy and add thank-you illustration - Add exclamation mark to 'Thank You!' heading for warmth - Simplify description text (remove redundant thank you) - Rename 'Mega Supporters' to 'Absolute Legends' for more fun tone - Add thank-you.svg illustration asset --- public/thank-you.svg | 1 + src/components/Support.tsx | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 public/thank-you.svg diff --git a/public/thank-you.svg b/public/thank-you.svg new file mode 100644 index 00000000..c1f4ab26 --- /dev/null +++ b/public/thank-you.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/Support.tsx b/src/components/Support.tsx index 0cfba83e..53466149 100644 --- a/src/components/Support.tsx +++ b/src/components/Support.tsx @@ -63,10 +63,10 @@ const Support: React.FC = ({ relayPool, eventStore, settings }) => />

- Thank You + Thank You!

- Thank you to everyone who has supported Boris! Your zaps help keep this project alive. + Your zaps help keep this project alive.

@@ -81,7 +81,7 @@ const Support: React.FC = ({ relayPool, eventStore, settings }) =>

- Mega Supporters + Absolute Legends

{supporters.filter(s => s.isWhale).map(supporter => (