diff --git a/web/components/editor.tsx b/web/components/editor.tsx index 04a8e761..cef1aa36 100644 --- a/web/components/editor.tsx +++ b/web/components/editor.tsx @@ -3,7 +3,6 @@ import Placeholder from '@tiptap/extension-placeholder' import { useEditor, EditorContent, - FloatingMenu, JSONContent, Content, Editor, @@ -138,14 +137,6 @@ export function TextEditor(props: { <> {/* hide placeholder when focused */}
- {editor && ( - - Type *markdown* - - )}
{/* Toolbar, with buttons for images and embeds */}