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.
![success_deploy.jpg](https://sorawebui.com/success_deploy.jpg)
## Deploy on Vercel

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 KiB

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

Loading…
Cancel
Save