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 (
-