From 18ba80f3ac30d5330c3a90c114da1f2b1b5b636b Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Tue, 2 Jun 2026 12:15:50 -0500 Subject: [PATCH] fix(stats): remove leaderboard nav link --- packages/stats/app/src/routes/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/stats/app/src/routes/index.tsx b/packages/stats/app/src/routes/index.tsx index d17575a96..ca0666987 100644 --- a/packages/stats/app/src/routes/index.tsx +++ b/packages/stats/app/src/routes/index.tsx @@ -38,7 +38,6 @@ const statsHomeFallbackUrl = "https://stats.opencode.ai" const statsUnfurlAlt = "OpenCode Stats wordmark on a dark patterned background" const headerLinks = [ { href: "#top-models", label: "Top Models" }, - { href: "#leaderboard", label: "Leaderboard" }, { href: "#session-cost", label: "Session Cost" }, { href: "#token-cost", label: "Token Cost" }, { href: "#cache-ratio", label: "Cache Ratio" }, @@ -1465,7 +1464,7 @@ function SessionCostSection(props: { data: StatsHomeData["sessionCost"] }) { return (
- + 0} @@ -1721,7 +1720,6 @@ function Footer(props: { const [subscribeOpen, setSubscribeOpen] = createSignal(false) const modelStats = [ { href: "#top-models", label: "Top Models" }, - { href: "#leaderboard", label: "Leaderboard" }, { href: "#session-cost", label: "Session Cost" }, { href: "#token-cost", label: "Token Cost" }, { href: "#cache-ratio", label: "Cache Ratio" },