From bdb0c16a938d3b70e13387fcbfdcdee4994a8c91 Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Thu, 14 May 2026 11:26:05 -0500 Subject: [PATCH] chore: update web stats --- packages/console/app/src/config.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/console/app/src/config.ts b/packages/console/app/src/config.ts index 829da5751e..2cd039fef7 100644 --- a/packages/console/app/src/config.ts +++ b/packages/console/app/src/config.ts @@ -9,8 +9,8 @@ export const config = { github: { repoUrl: "https://github.com/anomalyco/opencode", starsFormatted: { - compact: "150K", - full: "150,000", + compact: "160K", + full: "160,000", }, }, @@ -22,8 +22,8 @@ export const config = { // Static stats (used on landing page) stats: { - contributors: "850", - commits: "11,000", - monthlyUsers: "6.5M", + contributors: "900", + commits: "13,000", + monthlyUsers: "7.5M", }, } as const