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 596cdd7 commit 70a9c6bCopy full SHA for 70a9c6b
apps/website/components/stats.tsx
@@ -4,10 +4,10 @@ import { useId } from "react";
4
import NumberTicker from "./ui/number-ticker";
5
6
const statsValues = {
7
- githubStars: 10000,
8
- dockerDownloads: 900000,
9
- contributors: 85,
10
- sponsors: 38,
+ githubStars: 14500,
+ dockerDownloads: 1000000,
+ contributors: 124,
+ sponsors: 40,
11
};
12
13
export function StatsSection() {
0 commit comments