From 70a9c6ba7cfbc9a3b7c19842cac6d798033b547a Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Wed, 22 Jan 2025 00:02:07 -0600 Subject: [PATCH] Update stats.tsx --- apps/website/components/stats.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/website/components/stats.tsx b/apps/website/components/stats.tsx index 6b38113..67a85c4 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: 10000, - dockerDownloads: 900000, - contributors: 85, - sponsors: 38, + githubStars: 14500, + dockerDownloads: 1000000, + contributors: 124, + sponsors: 40, }; export function StatsSection() {