File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export default function Content() {
50
50
< Typography . Title className = "text-shadow" > Prize Pot</ Typography . Title >
51
51
< div className = "flex space-x-4 flex-1 items-center" >
52
52
< span className = "text-neon text-8xl" >
53
- { toPrice ( appState . contractBalance ) }
53
+ { toPrice ( appState . contractBalance , 3 ) }
54
54
</ span >
55
55
< Image
56
56
alt = "Ethereum logo"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export default function EnterForm({
29
29
className = "bg-transparent outline-none text-center font-bold text-2xl text-[#001529] flex-1"
30
30
value = { ether }
31
31
onChange = { changeEther }
32
- step = { 0.01 }
32
+ step = { 0.001 }
33
33
/>
34
34
< div >
35
35
< Image
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ export default function Footer() {
6
6
Proudly made in 🇪🇸 by{ ' ' }
7
7
< a
8
8
href = "https://www.linkedin.com/in/jscriptcoder"
9
- target = " _blank"
10
- rel = "noopener"
9
+ target = { ' _blank' }
10
+ rel = { 'noreferrer' }
11
11
>
12
12
Francisco Ramos
13
13
</ a >
You can’t perform that action at this time.
0 commit comments