We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247cf8b commit c5a7e37Copy full SHA for c5a7e37
src/components/sections/homepage/_partials/testimonials/CommunityStats.tsx
@@ -18,17 +18,17 @@ const stats: Statistic[] = [
18
{
19
title: "testimonials.community.stats.card-1.title",
20
description: "testimonials.community.stats.card-1.description",
21
- count: 16838,
+ count: 22240,
22
},
23
24
title: "testimonials.community.stats.card-2.title",
25
description: "testimonials.community.stats.card-2.description",
26
- count: 2669,
+ count: 3595,
27
28
29
title: "testimonials.community.stats.card-3.title",
30
description: "testimonials.community.stats.card-3.description",
31
- count: 6527,
+ count: 8131,
32
33
];
34
export default function CommunityStats() {
0 commit comments