+
+
+

+
+
+ Thank You!
+
+
+ Your{' '}
+
+ zaps
+
+ {' '}help keep this project alive.
+
+
+
+ {supporters.length === 0 ? (
+
+
No supporters yet. Be the first to zap Boris!
+
+ ) : (
+ <>
+ {/* Whales Section */}
+ {supporters.filter(s => s.isWhale).length > 0 && (
+
+
+ Legends
+
+
+ {supporters.filter(s => s.isWhale).map(supporter => (
+
+ ))}
+
+
+ )}
+
+ {/* Regular Supporters Section */}
+ {supporters.filter(s => !s.isWhale).length > 0 && (
+
+
+ Supporters
+
+
+ {supporters.filter(s => !s.isWhale).map(supporter => (
+
+ ))}
+
+
+ )}
+ >
+ )}
+
+
+
+
+ Zap{' '}
+
+ Boris
+
+ {' '}a{' '}
+
+ meaningful amount of sats
+
+ {' '}and your avatar will show above.
+
+
+ Total supporters: {supporters.length} •
+ Total zaps: {supporters.reduce((sum, s) => sum + s.zapCount, 0)}
+
+
+
+