main
tt 9 months ago
parent 6c25a03b26
commit 8f2445289b

@ -29,6 +29,7 @@ pnpm dev
``` ```
4. Open [http://localhost](http://localhost) with your browser to see it. 4. Open [http://localhost](http://localhost) with your browser to see it.
![success_deploy.jpg](https://sorawebui.com/success_deploy.jpg)
## Deploy on Vercel ## Deploy on Vercel

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 KiB

@ -135,7 +135,7 @@ const PageComponent = ({
onChange={(e) => { onChange={(e) => {
setTextStr(e.target.value); setTextStr(e.target.value);
}} }}
maxLength={100} maxLength={1000}
/> />
</div> </div>
<div className="inset-x-px bottom-1 bg-white"> <div className="inset-x-px bottom-1 bg-white">

Loading…
Cancel
Save