From ec4c1446d8e8d21a29affc681c3e01f9bae7ba6e Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 22 Jan 2026 16:37:02 +0000 Subject: [PATCH] refactor(nip-66): add icon to supported NIPs component for consistent styling Add FileText icon to RelaySupportedNips Label to match the visual hierarchy pattern used in other relay detail sections (Performance Metrics, Characteristics, Requirements, etc.). --- src/components/nostr/RelaySupportedNips.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/nostr/RelaySupportedNips.tsx b/src/components/nostr/RelaySupportedNips.tsx index 223d0a2..c12aa7b 100644 --- a/src/components/nostr/RelaySupportedNips.tsx +++ b/src/components/nostr/RelaySupportedNips.tsx @@ -1,5 +1,6 @@ import { Label } from "@/components/ui/label"; import { NIPBadge } from "@/components/NIPBadge"; +import { FileText } from "lucide-react"; interface RelaySupportedNipsProps { nips: number[]; @@ -17,7 +18,8 @@ export function RelaySupportedNips({ nips }: RelaySupportedNipsProps) { return (
-