Update users count on the Landing Page (#4982)

This commit is contained in:
Kamil Kisiela 2024-06-15 10:23:21 +02:00 committed by GitHub
parent 7649ca9440
commit 219186764c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -367,7 +367,7 @@ export function IndexPage(): ReactElement {
<div className="absolute top-0 h-px w-full bg-gradient-to-r from-gray-300 via-gray-500 to-gray-300 opacity-25" />
</div>
<StatsList>
<StatsItem label="Happy users" value={4.9} suffix="K" decimal />
<StatsItem label="Happy users" value={5.7} suffix="K" decimal />
<StatsItem label="Registered Schemas" value={225} suffix="K" />
<StatsItem label="Collected Operations" value={315} suffix="B" />
<StatsItem label="GitHub Commits" value={6.2} suffix="K" decimal />