diff --git a/src/components/ProfileCard.tsx b/src/components/ProfileCard.tsx index c15a7083..b0310b81 100644 --- a/src/components/ProfileCard.tsx +++ b/src/components/ProfileCard.tsx @@ -2,7 +2,7 @@ import React, { useMemo, useState } from 'react'; import type { NostrMetadata } from '@nostrify/nostrify'; import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar'; import { type AvatarShape, isValidAvatarShape, isEmoji, getEmojiMaskUrl } from '@/lib/avatarShape'; -import { Camera, CheckCircle2, Pencil, Plus, Trash2, ChevronDown, ImagePlus, SmilePlus, X as XIcon } from 'lucide-react'; +import { CheckCircle2, Pencil, Plus, Trash2, ChevronDown, ImagePlus, SmilePlus, X as XIcon } from 'lucide-react'; import { genUserName } from '@/lib/genUserName'; import { cn } from '@/lib/utils'; import { getNip05Domain, formatNip05Display } from '@/lib/nip05'; @@ -172,10 +172,10 @@ export function ProfileCard({ <>