We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a24ef3 commit 10c9e4eCopy full SHA for 10c9e4e
src/layouts/BaseLayout.tsx
@@ -4,7 +4,7 @@ import dynamic from "next/dynamic"
4
import type { Root } from "@/lib/types"
5
6
import Footer from "@/components/Footer"
7
-import Nav from "@/components/Nav"
+// import Nav from "@/components/Nav"
8
import { SkipLink } from "@/components/SkipLink"
9
10
// import TranslationBanner from "@/components/TranslationBanner"
@@ -52,7 +52,7 @@ export const BaseLayout = ({
52
*/}
53
<SkipLink />
54
<div className="mx-auto max-w-screen-2xl">
55
- <Nav />
+
56
57
{/* TODO: FIX TRANSLATION BANNER LOGIC FOR https://github.com/ethereum/ethereum-org-website/issues/11305 */}
58
{/* <TranslationBanner
0 commit comments