@@ -159,14 +169,16 @@ export function WindowToolbar({
>
)}
{onClose && (
-
+
)}
>
);
diff --git a/src/components/nostr/kinds/CommunityNIPDetailRenderer.tsx b/src/components/nostr/kinds/CommunityNIPDetailRenderer.tsx
index d82df2d..240fa69 100644
--- a/src/components/nostr/kinds/CommunityNIPDetailRenderer.tsx
+++ b/src/components/nostr/kinds/CommunityNIPDetailRenderer.tsx
@@ -3,6 +3,7 @@ import { Copy, CopyCheck } from "lucide-react";
import { getTagValue } from "applesauce-core/helpers";
import { UserName } from "../UserName";
import { MarkdownContent } from "../MarkdownContent";
+import { Button } from "@/components/ui/button";
import { useCopy } from "@/hooks/useCopy";
import { toast } from "sonner";
import type { NostrEvent } from "@/types/nostr";
@@ -46,18 +47,15 @@ export function CommunityNIPDetailRenderer({ event }: { event: NostrEvent }) {
{/* Title with Copy Button */}
{title}
-
+ {copied ? : }
+
{/* Metadata */}