فهرست منبع

chore: update stats

Adam 2 ماه پیش
والد
کامیت
6347ee9988
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 2 2
      packages/console/app/src/config.ts
  2. 1 1
      packages/console/app/src/routes/index.tsx

+ 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: "375",
-    commits: "5,250",
+    contributors: "400",
+    commits: "5,000",
     monthlyUsers: "400,000",
     monthlyUsers: "400,000",
   },
   },
 } as const
 } as const

+ 1 - 1
packages/console/app/src/routes/index.tsx

@@ -213,7 +213,7 @@ export default function Home() {
                 <span>[*]</span>
                 <span>[*]</span>
                 <p>
                 <p>
                   With over <strong>{config.github.starsFormatted.full}</strong> GitHub stars,{" "}
                   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.commits}</strong> commits, OpenCode is used and trusted by over{" "}
                   <strong>{config.stats.monthlyUsers}</strong> developers every month.
                   <strong>{config.stats.monthlyUsers}</strong> developers every month.
                 </p>
                 </p>