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 18b97ac commit 242d5e2Copy full SHA for 242d5e2
src/layouts/RootLayout.tsx
@@ -52,7 +52,8 @@ export const RootLayout = ({
52
53
<Nav />
54
55
- <TranslationBanner
+ {/* TODO: FIX TRANSLATION BANNER LOGIC FOR https://github.com/ethereum/ethereum-org-website/issues/11305 */}
56
+ {/* <TranslationBanner
57
shouldShow={shouldShowTranslationBanner}
58
isPageContentEnglish={contentNotTranslated}
59
originalPagePath={originalPagePath}
@@ -61,7 +62,7 @@ export const RootLayout = ({
61
62
<TranslationBannerLegal
63
shouldShow={shouldShowLegalTranslationBanner}
64
- />
65
+ /> */}
66
67
{children}
68
0 commit comments