Update stats on Landing Page (#3928)

This commit is contained in:
Kamil Kisiela 2024-02-07 09:59:34 +01:00 committed by GitHub
parent 6ec13ab203
commit 588b22de62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -367,10 +367,10 @@ export function IndexPage(): ReactElement {
<div className="absolute top-0 h-[1px] w-full bg-gradient-to-r from-gray-300 via-gray-500 to-gray-300 opacity-25" />
</div>
<StatsList>
<StatsItem label="Happy users" value={3.0} suffix="K" decimal />
<StatsItem label="Happy users" value={4.1} suffix="K" decimal />
<StatsItem label="Registered Schemas" value={120} suffix="K" />
<StatsItem label="Collected Operations" value={150} suffix="B" />
<StatsItem label="GitHub Commits" value={2.2} suffix="K" decimal />
<StatsItem label="GitHub Commits" value={4.6} suffix="K" decimal />
</StatsList>
</div>
<div className="flex flex-col">