From 043713883081d8f96ece8170e1e1dd17e25467a0 Mon Sep 17 00:00:00 2001 From: Nicolas Cantu Date: Thu, 15 Jan 2026 00:53:53 +0100 Subject: [PATCH] create for series --- components/MarkdownEditor.tsx | 6 +++--- .../markdownEditorTwoColumns/MarkdownEditorTwoColumns.tsx | 8 ++++---- docs/migration-status.md | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) 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 ? ( ) : ( -