From 8992c1a8e73ebb88edbbeb9579b9ae5d853044cc Mon Sep 17 00:00:00 2001 From: AmoonPod Date: Fri, 17 Jul 2026 15:46:02 +0200 Subject: [PATCH] Update marketing star count --- apps/marketing/src/lib/site.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/marketing/src/lib/site.ts b/apps/marketing/src/lib/site.ts index 5ff5958c588..92e491a077a 100644 --- a/apps/marketing/src/lib/site.ts +++ b/apps/marketing/src/lib/site.ts @@ -1,6 +1,6 @@ export const GITHUB_REPOSITORY_URL = "https://github.com/pingdotgg/t3code"; export const MARKETING_STATS = { - githubStars: "12k+", + githubStars: "14k+", users: "100,000", } as const;