From fa4f52465db048c3e1016b0db1262ee6f628ff95 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 15 Feb 2025 16:12:41 -0600 Subject: [PATCH] refactor: update stats --- 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 1863a23..c907a9a 100644 --- a/apps/website/components/stats.tsx +++ b/apps/website/components/stats.tsx @@ -4,10 +4,10 @@ import { useId } from "react"; import NumberTicker from "./ui/number-ticker"; const statsValues = { - githubStars: 16000, + githubStars: 17100, dockerDownloads: 1000000, - contributors: 133, - sponsors: 40, + contributors: 135, + sponsors: 45, }; export function StatsSection() {