mirror of
https://github.com/dergigi/boris.git
synced 2026-02-20 14:34:29 +01:00
refactor: remove bolt icon from Absolute Legends header
Keep the bolt badge on whale profile pictures only
This commit is contained in:
@@ -80,7 +80,6 @@ const Support: React.FC<SupportProps> = ({ relayPool, eventStore, settings }) =>
|
||||
{supporters.filter(s => s.isWhale).length > 0 && (
|
||||
<div className="mb-12">
|
||||
<h2 className="text-xl md:text-2xl font-semibold mb-6 text-center" style={{ color: 'var(--color-text)' }}>
|
||||
<FontAwesomeIcon icon={faBolt} className="text-yellow-400 mr-2" />
|
||||
Absolute Legends
|
||||
</h2>
|
||||
<div className="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-6 md:gap-8">
|
||||
|
||||
Reference in New Issue
Block a user