diff --git a/lumina/components/ViewNoteButton.tsx b/lumina/components/ViewNoteButton.tsx
index 8d34173..0350c6a 100644
--- a/lumina/components/ViewNoteButton.tsx
+++ b/lumina/components/ViewNoteButton.tsx
@@ -1,10 +1,13 @@
import { Button } from "@/components/ui/button";
import { SizeIcon } from "@radix-ui/react-icons";
+import Link from "next/link";
import { nip19 } from "nostr-tools";
export default function ViewNoteButton({ event }: { event: any }) {
const encodedNoteId = nip19.noteEncode(event.id);
return (
-
+
+
+
);
}
\ No newline at end of file