Skip to content

Commit bef9ac9

Browse files
committed
fix(web): stats
1 parent 24bb293 commit bef9ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/console/app/src/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export const config = {
2222

2323
// Static stats (used on landing page)
2424
stats: {
25-
contributors: "250",
26-
commits: "3,500",
25+
contributors: "300",
26+
commits: "4,000",
2727
monthlyUsers: "300,000",
2828
},
2929
} as const

0 commit comments

Comments
 (0)