Stats Component updated

This commit is contained in:
rockyeverlast
2024-05-15 17:48:21 +05:30
parent 688bb20434
commit 5c3cf5fb48

View File

@@ -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"}`,