From d0c5bf91abbcee8b29f0ff2c2301e6c294465e48 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 26 Oct 2025 01:45:40 -0600 Subject: [PATCH] fix: update GitHub stars count in statistics from 25000 to 26000 --- apps/website/components/stats.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/components/stats.tsx b/apps/website/components/stats.tsx index 59570d1..9255416 100644 --- a/apps/website/components/stats.tsx +++ b/apps/website/components/stats.tsx @@ -4,7 +4,7 @@ import { useId } from "react"; import NumberTicker from "./ui/number-ticker"; const statsValues = { - githubStars: 25000, + githubStars: 26000, dockerDownloads: 3500000, contributors: 200, sponsors: 50,