mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
This commit is contained in:
parent
33301c94df
commit
15d7eebb92
1 changed files with 4 additions and 2 deletions
|
|
@ -1081,7 +1081,8 @@ export default function Home() {
|
|||
</svg>
|
||||
</div>
|
||||
<span>
|
||||
<figure>Fig 2.</figure> <strong>230</strong> Contributors
|
||||
<figure>Fig 2.</figure> <strong>{config.stats.contributors}</strong>{" "}
|
||||
Contributors
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
|
@ -1129,7 +1130,8 @@ export default function Home() {
|
|||
</svg>
|
||||
</div>
|
||||
<span>
|
||||
<figure>Fig 3.</figure> <strong>250K</strong> Monthly Devs
|
||||
<figure>Fig 3.</figure> <strong>{config.stats.monthlyUsers}</strong> Monthly
|
||||
Devs
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue