diff --git a/src/components/nostr/RichText/Link.tsx b/src/components/nostr/RichText/Link.tsx
index 3000872..d37830f 100644
--- a/src/components/nostr/RichText/Link.tsx
+++ b/src/components/nostr/RichText/Link.tsx
@@ -10,7 +10,7 @@ import { PlainLink } from "../LinkPreview";
import { useRichTextOptions } from "../RichText";
function MediaPlaceholder({ type }: { type: "image" | "video" | "audio" }) {
- return [{type}];
+ return [{type}];
}
interface LinkNodeProps {