Explorar el Código

chore: update stars count (#7120)

Maik hace 7 meses
padre
commit
cde06e90d0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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",
     },
   },