diff options
author | rohan09-raj <rajrohan1914@gmail.com> | 2024-02-19 22:29:35 +0530 |
---|---|---|
committer | Blaster4385 <blaster4385@tablaster.dev> | 2024-02-21 23:52:45 +0530 |
commit | fbb305f7458a468ef9e75cba6000e05cdcdf494c (patch) | |
tree | 5b5f58d583d25f59be0222e33e4990f52eb1ac28 | |
parent | 5402bbc598f5faf149b5534f0d0a44fc5db058fe (diff) |
chore: improved placeholder text
-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 |