diff --git a/src/components/ChatViewer.tsx b/src/components/ChatViewer.tsx index afbd664..188f4fa 100644 --- a/src/components/ChatViewer.tsx +++ b/src/components/ChatViewer.tsx @@ -10,7 +10,7 @@ import { RefreshCw, Paperclip, Copy, - Check, + CopyCheck, } from "lucide-react"; import { nip19 } from "nostr-tools"; import { getZapRequest } from "applesauce-common/helpers/zap"; @@ -857,28 +857,20 @@ export function ChatViewer({ {/* Copy Chat ID button */} {getChatIdentifier(conversation) && ( - - - - - - -

{chatIdCopied ? "Copied!" : "Copy chat ID"}

-
-
-
+ )}