Browse Source

chore: update landing page stats

Adam 3 months ago
parent
commit
46dd3b8166
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/console/app/src/config.ts

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

@@ -23,7 +23,7 @@ export const config = {
   // Static stats (used on landing page)
   stats: {
     contributors: "350",
-    commits: "4,500",
+    commits: "5,000",
     monthlyUsers: "400,000",
   },
 } as const