From ef0890b506e1142eb1034da24f49bb492ee3f695 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Wed, 5 Nov 2025 01:16:28 -0600 Subject: [PATCH] fix: update GitHub stars count from 26k to 26.4k in GithubStars component --- apps/website/components/GithubStars.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/components/GithubStars.tsx b/apps/website/components/GithubStars.tsx index fe7f909..1fc9579 100644 --- a/apps/website/components/GithubStars.tsx +++ b/apps/website/components/GithubStars.tsx @@ -14,7 +14,7 @@ export function GithubStars({ className, repoUrl = "https://github.com/dokploy/dokploy", label = "GitHub Stars", - count = "26k", + count = "26.4k", }: GithubStarsProps) { return (