Browse Source

chore: update stars count (#7120)

Maik 1 month ago
parent
commit
cde06e90d0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/console/app/src/config.ts

+ 2 - 2
packages/console/app/src/config.ts

@@ -9,8 +9,8 @@ export const config = {
   github: {
     repoUrl: "https://github.com/anomalyco/opencode",
     starsFormatted: {
-      compact: "45K",
-      full: "45,000",
+      compact: "50K",
+      full: "50,000",
     },
   },