From 7837d67ecfa6ff233055ccf2740be0ae9af8988e Mon Sep 17 00:00:00 2001 From: codytseng Date: Thu, 1 Jan 2026 15:05:08 +0800 Subject: [PATCH] refactor: update icon for shareable URL button --- src/components/RelayInfo/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/RelayInfo/index.tsx b/src/components/RelayInfo/index.tsx index 51b6431..9c03706 100644 --- a/src/components/RelayInfo/index.tsx +++ b/src/components/RelayInfo/index.tsx @@ -6,7 +6,7 @@ import { checkNip43Support } from '@/lib/relay' import { normalizeHttpUrl } from '@/lib/url' import { cn } from '@/lib/utils' import { useNostr } from '@/providers/NostrProvider' -import { Check, Copy, GitBranch, Link, Mail, SquareCode } from 'lucide-react' +import { Check, Copy, GitBranch, Mail, Share2, SquareCode } from 'lucide-react' import { useMemo, useState } from 'react' import { useTranslation } from 'react-i18next' import { toast } from 'sonner' @@ -154,7 +154,7 @@ function RelayControls({ url }: { url: string }) { return (