fix(stats): mention opencode go in top models copy
This commit is contained in:
@@ -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)}
|
||||||
|
|||||||
Reference in New Issue
Block a user