Skip to content

Commit 70a9c6b

Browse files
authored
Update stats.tsx
1 parent 596cdd7 commit 70a9c6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/website/components/stats.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import { useId } from "react";
44
import NumberTicker from "./ui/number-ticker";
55

66
const statsValues = {
7-
githubStars: 10000,
8-
dockerDownloads: 900000,
9-
contributors: 85,
10-
sponsors: 38,
7+
githubStars: 14500,
8+
dockerDownloads: 1000000,
9+
contributors: 124,
10+
sponsors: 40,
1111
};
1212

1313
export function StatsSection() {

0 commit comments

Comments
 (0)