Update default text
This commit is contained in:
parent
72d41898cf
commit
50e76ae3a0
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ const PasteForm = () => {
|
||||||
return (
|
return (
|
||||||
<form className='hljs centered' onSubmit={handleSubmit}>
|
<form className='hljs centered' onSubmit={handleSubmit}>
|
||||||
<textarea
|
<textarea
|
||||||
placeholder="= w=) 7"
|
placeholder="すいちゃんは~ 今日もかわい~!!"
|
||||||
value={value}
|
value={value}
|
||||||
onChange={(e) => setValue(e.target.value)}
|
onChange={(e) => setValue(e.target.value)}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue