Przeglądaj źródła

fix(web): stats

Adam 3 miesięcy temu
rodzic
commit
bef9ac96e2
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      packages/console/app/src/config.ts

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

@@ -22,8 +22,8 @@ export const config = {
 
   // Static stats (used on landing page)
   stats: {
-    contributors: "250",
-    commits: "3,500",
+    contributors: "300",
+    commits: "4,000",
     monthlyUsers: "300,000",
   },
 } as const