Adam 3 месяцев назад
Родитель
Сommit
bef9ac96e2
1 измененных файлов с 2 добавлено и 2 удалено
  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)
   // Static stats (used on landing page)
   stats: {
   stats: {
-    contributors: "250",
-    commits: "3,500",
+    contributors: "300",
+    commits: "4,000",
     monthlyUsers: "300,000",
     monthlyUsers: "300,000",
   },
   },
 } as const
 } as const