Skip to content

Commit 10c9e4e

Browse files
authored
Test removing nav for performance
1 parent 4a24ef3 commit 10c9e4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layouts/BaseLayout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import dynamic from "next/dynamic"
44
import type { Root } from "@/lib/types"
55

66
import Footer from "@/components/Footer"
7-
import Nav from "@/components/Nav"
7+
// import Nav from "@/components/Nav"
88
import { SkipLink } from "@/components/SkipLink"
99

1010
// import TranslationBanner from "@/components/TranslationBanner"
@@ -52,7 +52,7 @@ export const BaseLayout = ({
5252
*/}
5353
<SkipLink />
5454
<div className="mx-auto max-w-screen-2xl">
55-
<Nav />
55+
5656

5757
{/* TODO: FIX TRANSLATION BANNER LOGIC FOR https://github.com/ethereum/ethereum-org-website/issues/11305 */}
5858
{/* <TranslationBanner

0 commit comments

Comments
 (0)