diff options
-rw-r--r-- | client/src/components/Editor/Editor.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/components/Editor/Editor.jsx b/client/src/components/Editor/Editor.jsx index aaa9ac3..795ac49 100644 --- a/client/src/components/Editor/Editor.jsx +++ b/client/src/components/Editor/Editor.jsx @@ -115,7 +115,7 @@ const Editor = () => { style={{ display: id ? "none" : "block" }} spellCheck="false" ref={textareaRef} - placeholder="Type your text here..." + placeholder="</> Paste, save, share! (Pasting just a URL will shorten it!)" /> <pre className={styles.codespace__pre}> <code |