From 7901bc23201aaad5761c69393f2c7b7a7ca841a7 Mon Sep 17 00:00:00 2001 From: Sinclair Chen Date: Fri, 5 Aug 2022 10:14:51 -0700 Subject: [PATCH] Remove image upload from placeholder text - Redundant with image upload button - Too long on mobile --- web/components/editor.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/web/components/editor.tsx b/web/components/editor.tsx index f71e8589..2371bbf8 100644 --- a/web/components/editor.tsx +++ b/web/components/editor.tsx @@ -137,14 +137,7 @@ export function TextEditor(props: { editor={editor} className={clsx(proseClass, '-ml-2 mr-2 w-full text-slate-300 ')} > - Type *markdown*. Paste or{' '} - - upload - {' '} - images! + Type *markdown* )}