diff --git a/src/components/Support.tsx b/src/components/Support.tsx index c00e1f5d..7749c177 100644 --- a/src/components/Support.tsx +++ b/src/components/Support.tsx @@ -55,19 +55,19 @@ const Support: React.FC = ({ relayPool, eventStore, settings }) => return (
-
-
-
+
+
+
Thank you
-

+

Thank You!

-

+

Your{' '} = ({ relayPool, eventStore, settings }) => <> {/* Whales Section */} {supporters.filter(s => s.isWhale).length > 0 && ( -

-

- Absolute Legends +
+

+ Legends

-
+
{supporters.filter(s => s.isWhale).map(supporter => ( ))} @@ -104,11 +104,11 @@ const Support: React.FC = ({ relayPool, eventStore, settings }) => {/* Regular Supporters Section */} {supporters.filter(s => !s.isWhale).length > 0 && ( -
-

+
+

Supporters

-
+
{supporters.filter(s => !s.isWhale).map(supporter => ( ))} @@ -118,34 +118,36 @@ const Support: React.FC = ({ relayPool, eventStore, settings }) => )} -
-

- Zap{' '} - - Boris - - {' '}a{' '} - - meaningful amount of sats - - {' '}and your avatar will show up above. -

-

- Total supporters: {supporters.length} • - Total zaps: {supporters.reduce((sum, s) => sum + s.zapCount, 0)} -

+
+
+

+ Zap{' '} + + Boris + + {' '}a{' '} + + meaningful amount of sats + + {' '}and your avatar will show up above. +

+

+ Total supporters: {supporters.length} • + Total zaps: {supporters.reduce((sum, s) => sum + s.zapCount, 0)} +

+