diff --git a/components/MarkdownEditor.tsx b/components/MarkdownEditor.tsx index a1b234f..53c01ce 100644 --- a/components/MarkdownEditor.tsx +++ b/components/MarkdownEditor.tsx @@ -1,5 +1,5 @@ import { useState } from 'react' -import { Button, Card } from './ui' +import { Button, Card, Textarea } from './ui' import type { MediaRef } from '@/types/nostr' import { uploadNip95Media } from '@/lib/nip95' import { t } from '@/lib/i18n' @@ -40,10 +40,10 @@ function MarkdownEditorInner({ value, onChange, onMediaAdd, onBannerChange }: Ma {preview ? ( ) : ( -