Skip to content

Commit 3b5f9fc

Browse files
committed
update stats
1 parent 07c06ce commit 3b5f9fc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

website/components/stats/Stats.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ export const Stats = () => {
55
return (
66
<section className="mx-auto max-w-5xl px-4">
77
<div className="flex flex-col items-center justify-center gap-12 sm:flex-row sm:gap-0">
8-
<Stat num={210} suffix="M+" subheading="Impressions" />
9-
<Stat num={118} suffix="K+" subheading="Followers" />
10-
<Stat num={5.8} suffix="M+" subheading="Likes" />
8+
<Stat num={330} suffix="M+" subheading="Impressions" />
9+
<Stat num={134.7} suffix="K+" subheading="Followers" />
10+
<Stat num={8.3} suffix="M+" subheading="Likes" />
1111
</div>
1212
</section>
1313
);

0 commit comments

Comments
 (0)