From 16f92cef9652f36cd43a373862bbde847d7a6a5e Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 3 Aug 2025 23:38:58 -0600 Subject: [PATCH] feat: update statistics values for GitHub stars, Docker downloads, and contributors --- apps/website/components/stats.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/website/components/stats.tsx b/apps/website/components/stats.tsx index f79fb81..64ad394 100644 --- a/apps/website/components/stats.tsx +++ b/apps/website/components/stats.tsx @@ -4,9 +4,9 @@ import { useId } from "react"; import NumberTicker from "./ui/number-ticker"; const statsValues = { - githubStars: 21000, - dockerDownloads: 1500000, - contributors: 170, + githubStars: 23000, + dockerDownloads: 2500000, + contributors: 194, sponsors: 50, };