fix(stats): correct YouTube footer link (#42941)
Co-authored-by: Filip <34747899+neriousy@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a0f8dccbfe
commit
1c965451b5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user