mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(landing): move language switcher from navbar to footer (#513)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user