feat(landing): move language switcher from navbar to footer (#513)

This commit is contained in:
SnapOtter
2026-07-13 16:59:09 +08:00
committed by GitHub
parent ce54d06e79
commit 2dee9ead0b
13 changed files with 29 additions and 26 deletions
@@ -127,7 +127,7 @@ const collectionJsonLd = {
<JsonLd data={[breadcrumbJsonLd, collectionJsonLd]} />
</Fragment>
<Navbar locale={locale} path={PATH} />
<Navbar locale={locale} />
<main id="main">
<!-- Breadcrumb -->
@@ -382,5 +382,5 @@ const collectionJsonLd = {
}
</script>
<Footer locale={locale} />
<Footer locale={locale} path={PATH} />
</Base>