File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export const TokenSupply = (props: ISupply) => {
9
9
const classCell =
10
10
"text-sm text-center py-4 lg:min-h-96px border-t border-solid border-color-cell-border" ;
11
11
return (
12
- < div className = "md:grid grid-cols-4 mx-auto" >
12
+ < div className = "md:grid grid-cols-3 mx-auto" >
13
13
< div className = { classCell } >
14
14
< h3 className = { classTitle } > Locked by governance</ h3 >
15
15
< strong >
@@ -24,10 +24,6 @@ export const TokenSupply = (props: ISupply) => {
24
24
< h3 className = { classTitle } > Locked rewards</ h3 >
25
25
< strong > { noDecimals ( toCurrency ( props . lockedRewards ) ) } tokens</ strong >
26
26
</ div >
27
- < div className = { classCell } >
28
- < h3 className = { classTitle } > Time locked</ h3 >
29
- < strong > { noDecimals ( toCurrency ( props . timeLocked ) ) } tokens</ strong >
30
- </ div >
31
27
</ div >
32
28
) ;
33
29
} ;
You can’t perform that action at this time.
0 commit comments