Parcourir la source

docs: bump GitHub stars count to 150K (#24792)

David Hill il y a 4 mois
Parent
commit
3fa78a8b01
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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: "140K",
-      full: "140,000",
+      compact: "150K",
+      full: "150,000",
     },
   },