From fbb305f7458a468ef9e75cba6000e05cdcdf494c Mon Sep 17 00:00:00 2001 From: rohan09-raj Date: Mon, 19 Feb 2024 22:29:35 +0530 Subject: chore: improved placeholder text --- client/src/components/Editor/Editor.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!)" />