diff options
| author | Adam <[email protected]> | 2025-12-15 10:31:11 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-15 10:31:11 -0600 |
| commit | 6347ee998864d46bf2154404ebc0ca0110cc3c54 (patch) | |
| tree | 7b722dc6508052c7590057b903be4ff3245c817c /packages/console/app/src/routes | |
| parent | 9daa4e04ea9e209cef92126cc2bf659b3b026d63 (diff) | |
| download | opencode-6347ee998864d46bf2154404ebc0ca0110cc3c54.tar.gz opencode-6347ee998864d46bf2154404ebc0ca0110cc3c54.zip | |
chore: update stats
Diffstat (limited to 'packages/console/app/src/routes')
| -rw-r--r-- | packages/console/app/src/routes/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
