From ca58a4e7c3500d7c42aa8fa135f54de77b862331 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Mon, 19 Jan 2026 20:13:46 +0100 Subject: [PATCH] feat: replace zap icon with flame icon for supporter badges (#160) Changed the supporter badge icon from Zap to Flame in the UserName component for a more distinctive visual indicator of Grimoire supporters. Co-authored-by: Claude --- src/components/nostr/UserName.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/nostr/UserName.tsx b/src/components/nostr/UserName.tsx index f2f8a18..a3d301e 100644 --- a/src/components/nostr/UserName.tsx +++ b/src/components/nostr/UserName.tsx @@ -3,7 +3,7 @@ import { getDisplayName } from "@/lib/nostr-utils"; import { cn } from "@/lib/utils"; import { useGrimoire } from "@/core/state"; import { isGrimoireMember } from "@/lib/grimoire-members"; -import { BadgeCheck, Zap } from "lucide-react"; +import { BadgeCheck, Flame } from "lucide-react"; import { useIsSupporter } from "@/hooks/useIsSupporter"; interface UserNameProps { @@ -22,8 +22,8 @@ interface UserNameProps { * - Violet→Fuchsia gradient for other members * - BadgeCheck icon that scales with username size * Shows Grimoire supporters (non-members who zapped): - * - Premium supporters (2.1k+ sats/month): Zap badge in their username color - * - Regular supporters: Yellow zap badge (no username color change) + * - Premium supporters (2.1k+ sats/month): Flame badge in their username color + * - Regular supporters: Yellow flame badge (no username color change) */ export function UserName({ pubkey, isMention, className }: UserNameProps) { const { addWindow, state } = useGrimoire(); @@ -72,7 +72,7 @@ export function UserName({ pubkey, isMention, className }: UserNameProps) { /> )} {!isGrimoire && isSupporter && ( -