8000 Improving form input · jscriptcoder/lottery-contract@e3e8890 · GitHub
[go: up one dir, main page]

Skip to content

Commit e3e8890

Browse files
committed
Improving form input
1 parent 0394d35 commit e3e8890

File 8000 tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Content/EnterForm.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function EnterForm({
2929
className="bg-transparent outline-none text-center font-bold text-2xl text-[#001529] flex-1"
3030
value={ether}
3131
onChange={changeEther}
32-
step={0.001}
32+
step={0.01}
3333
/>
3434
<div>
3535
<Image
@@ -55,7 +55,7 @@ export default function EnterForm({
5555
<Loading
5656
show={loading}
5757
title="Entering competetion..."
58-
tip="Please wait for the transaction to be approved"
58+
tip="Please, wait for the transaction to be approved"
5959
/>
6060
</div>
6161
</>

0 commit comments

Comments
 (0)
0