fix: update GitHub stars count from 26k to 26.4k in GithubStars component

This commit is contained in:
Mauricio Siu
2025-11-05 01:16:28 -06:00
parent 7afd2c290c
commit ef0890b506

View File

@@ -14,7 +14,7 @@ export function GithubStars({
className,
repoUrl = "https://github.com/dokploy/dokploy",
label = "GitHub Stars",
count = "26k",
count = "26.4k",
}: GithubStarsProps) {
return (
<Link