Update default text

master
Edward Shen 2022-07-27 20:00:19 -07:00
parent 170e23cba7
commit 72d41898cf
Signed by: edward
GPG Key ID: 19182661E818369F
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ const PasteForm = () => {
return (
<form className='hljs centered' onSubmit={handleSubmit}>
<textarea
placeholder="Sample text"
placeholder="= w=) 7"
value={value}
onChange={(e) => setValue(e.target.value)}
/>