mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-27 17:35:50 +00:00
Stats Component updated
This commit is contained in:
@@ -178,7 +178,7 @@ const Stats = () => {
|
||||
{inView && (
|
||||
<CountUp
|
||||
start={100000}
|
||||
end={178396}
|
||||
end={201413}
|
||||
delay={0}
|
||||
style={{
|
||||
fontSize: `${isSmallScreen ? "23px" : "38px"}`,
|
||||
@@ -197,7 +197,7 @@ const Stats = () => {
|
||||
"@media (max-width: 375px)": {},
|
||||
}}
|
||||
>
|
||||
Live Nodes
|
||||
DID Count
|
||||
</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
@@ -271,7 +271,7 @@ const Stats = () => {
|
||||
{inView && (
|
||||
<CountUp
|
||||
start={10000000}
|
||||
end={13347109}
|
||||
end={13572940}
|
||||
delay={0}
|
||||
style={{
|
||||
fontSize: `${isSmallScreen ? "23px" : "38px"}`,
|
||||
|
||||
Reference in New Issue
Block a user