diff --git a/packages/stats/app/src/routes/index.tsx b/packages/stats/app/src/routes/index.tsx index a982635dac..ceca6291d4 100644 --- a/packages/stats/app/src/routes/index.tsx +++ b/packages/stats/app/src/routes/index.tsx @@ -38,9 +38,9 @@ const statsUnfurlAlt = "OpenCode Stats wordmark on a dark patterned background" const headerLinks = [ { href: "#top-models", label: "Top Models" }, { href: "#leaderboard", label: "Leaderboard" }, - { href: "#market-share", label: "Market Share" }, { href: "#token-cost", label: "Token Cost" }, { href: "#session-cost", label: "Session Cost" }, + { href: "#market-share", label: "Market Share" }, ] as const const githubLink = { href: "https://github.com/anomalyco/opencode", @@ -160,9 +160,9 @@ export default function StatsHome() { <> - + )} @@ -913,7 +913,7 @@ function MarketShareSection(props: { data: StatsHomeData["market"] }) { setInspecting(false) }} > - + - + 0} @@ -1509,9 +1509,9 @@ function Footer(props: { const modelStats = [ { href: "#top-models", label: "Top Models" }, { href: "#leaderboard", label: "Leaderboard" }, - { href: "#market-share", label: "Market Share" }, { href: "#token-cost", label: "Token Cost" }, { href: "#session-cost", label: "Session Cost" }, + { href: "#market-share", label: "Market Share" }, ] const legal = [ { href: "https://opencode.ai/legal/terms-of-service", label: "Terms of service" }, @@ -1527,7 +1527,7 @@ function Footer(props: { return (