Skip to content

Commit 242d5e2

Browse files
committed
comment out TranslationBanner components until logic is fixed
1 parent 18b97ac commit 242d5e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/layouts/RootLayout.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ export const RootLayout = ({
5252

5353
<Nav />
5454

55-
<TranslationBanner
55+
{/* TODO: FIX TRANSLATION BANNER LOGIC FOR https://github.com/ethereum/ethereum-org-website/issues/11305 */}
56+
{/* <TranslationBanner
5657
shouldShow={shouldShowTranslationBanner}
5758
isPageContentEnglish={contentNotTranslated}
5859
originalPagePath={originalPagePath}
@@ -61,7 +62,7 @@ export const RootLayout = ({
6162
<TranslationBannerLegal
6263
shouldShow={shouldShowLegalTranslationBanner}
6364
originalPagePath={originalPagePath}
64-
/>
65+
/> */}
6566

6667
{children}
6768

0 commit comments

Comments
 (0)