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

This commit is contained in:
Adam
2026-06-02 09:55:28 -05:00
parent 212ae3d25f
commit 8a17bc4de0
+1 -1
View File
@@ -399,7 +399,7 @@ function TopModelsSection(props: { data: StatsHomeData["usage"]; leaderboard: St
return ( return (
<section id="top-models" data-section="top-models"> <section id="top-models" data-section="top-models">
<h2 data-slot="top-models-title"> <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> </h2>
<Show <Show
when={data().some((item) => usageTotal(item) > 0)} when={data().some((item) => usageTotal(item) > 0)}