From ebb1e0d53d53699cf3fead53356a11db361be0a7 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Mon, 5 May 2025 03:16:06 -0600 Subject: [PATCH] feat(website): update stats values and improve DockerHub downloads description --- apps/website/components/stats.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/website/components/stats.tsx b/apps/website/components/stats.tsx index 1e3ac55..d37af65 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: 18100, - dockerDownloads: 1000000, - contributors: 135, - sponsors: 45, + githubStars: 20000, + dockerDownloads: 1500000, + contributors: 170, + sponsors: 50, }; export function StatsSection() { @@ -62,7 +62,7 @@ const grid = [ }, { title: "DockerHub Downloads", - description: `Downloaded over ${(statsValues.dockerDownloads / 1000).toFixed(0)}k times, Dokploy has become a go-to solution for seamless deployments. Discover our presence on DockerHub.`, + description: `Downloaded over ${(statsValues.dockerDownloads / 1000000).toFixed(2).split(".")[0]}M times, Dokploy has become a go-to solution for seamless deployments. Discover our presence on DockerHub.`, icon: ( {squares && ( - {squares.map(([x, y]: any, i: number) => ( + {squares.map(([x, y]: any) => (