diff options
| -rw-r--r-- | packages/console/app/src/config.ts | 4 | ||||
| -rw-r--r-- | packages/console/app/src/routes/index.tsx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/console/app/src/config.ts b/packages/console/app/src/config.ts index e8a2ed252..29df86cbd 100644 --- a/packages/console/app/src/config.ts +++ b/packages/console/app/src/config.ts @@ -22,8 +22,8 @@ export const config = { // Static stats (used on landing page) stats: { - contributors: "375", - commits: "5,250", + contributors: "400", + commits: "5,000", monthlyUsers: "400,000", }, } as const diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx index 9948551e4..c484d8edb 100644 --- a/packages/console/app/src/routes/index.tsx +++ b/packages/console/app/src/routes/index.tsx @@ -213,7 +213,7 @@ export default function Home() { <span>[*]</span> <p> With over <strong>{config.github.starsFormatted.full}</strong> GitHub stars,{" "} - <strong>{config.stats.contributors}</strong> contributors, and almost{" "} + <strong>{config.stats.contributors}</strong> contributors, and over{" "} <strong>{config.stats.commits}</strong> commits, OpenCode is used and trusted by over{" "} <strong>{config.stats.monthlyUsers}</strong> developers every month. </p> |
