chore: remove console

This commit is contained in:
shadcn
2025-11-04 15:19:45 +04:00
parent fdf80a1d49
commit 65d581ea5a

View File

@@ -32,8 +32,6 @@ export async function StarsCount() {
: `${(json.stargazers_count / 1000).toFixed(1)}k`
: json.stargazers_count.toLocaleString()
console.log(formattedCount)
return (
<span className="text-muted-foreground w-fit text-xs tabular-nums">
{formattedCount.replace(".0k", "k")}