Skip to content

Commit c5a7e37

Browse files
committed
fix: update the metric numbers
1 parent 247cf8b commit c5a7e37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/sections/homepage/_partials/testimonials/CommunityStats.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ const stats: Statistic[] = [
1818
{
1919
title: "testimonials.community.stats.card-1.title",
2020
description: "testimonials.community.stats.card-1.description",
21-
count: 16838,
21+
count: 22240,
2222
},
2323
{
2424
title: "testimonials.community.stats.card-2.title",
2525
description: "testimonials.community.stats.card-2.description",
26-
count: 2669,
26+
count: 3595,
2727
},
2828
{
2929
title: "testimonials.community.stats.card-3.title",
3030
description: "testimonials.community.stats.card-3.description",
31-
count: 6527,
31+
count: 8131,
3232
},
3333
];
3434
export default function CommunityStats() {

0 commit comments

Comments
 (0)