fix(stats): mention opencode go in top models copy

This commit is contained in:
Adam 2026-06-02 09:32:51 -05:00
parent 212ae3d25f
commit 8a17bc4de0
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75

View File

@ -399,7 +399,7 @@ function TopModelsSection(props: { data: StatsHomeData["usage"]; leaderboard: St
return (
<section id="top-models" data-section="top-models">
<h2 data-slot="top-models-title">
<strong>Top models.</strong> <span>Usage of models across OpenCode.</span>
<strong>Top models.</strong> <span>Usage of models across OpenCode Go.</span>
</h2>
<Show
when={data().some((item) => usageTotal(item) > 0)}