From da9e53ae78848813151268b3ce089ceb72f1d534 Mon Sep 17 00:00:00 2001 From: Filip <34747899+neriousy@users.noreply.github.com> Date: Sun, 16 Aug 2026 21:57:47 +0000 Subject: [PATCH] fix(stats): correct YouTube footer link --- packages/stats/app/src/routes/stats-shell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stats/app/src/routes/stats-shell.tsx b/packages/stats/app/src/routes/stats-shell.tsx index 1aa6e7a26fa8..a4b388afe6ac 100644 --- a/packages/stats/app/src/routes/stats-shell.tsx +++ b/packages/stats/app/src/routes/stats-shell.tsx @@ -241,7 +241,7 @@ export function Footer(props: { { href: "https://opencode.ai/discord", label: i18n.t("footer.community") }, { href: "https://x.com/opencode", label: "X" }, { href: githubLink.href, label: i18n.t("header.github") }, - { href: "https://www.youtube.com/@anomaly-co", label: i18n.t("footer.youtube") }, + { href: "https://www.youtube.com/@anomalyco", label: i18n.t("footer.youtube") }, ] const bridge = () => props.bridge === undefined