Skip to content

Commit

Permalink
comment out TranslationBanner components until logic is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
corwintines committed May 21, 2024
1 parent 18b97ac commit 242d5e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/layouts/RootLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ export const RootLayout = ({

<Nav />

<TranslationBanner
{/* TODO: FIX TRANSLATION BANNER LOGIC FOR https://github.com/ethereum/ethereum-org-website/issues/11305 */}
{/* <TranslationBanner
shouldShow={shouldShowTranslationBanner}
isPageContentEnglish={contentNotTranslated}
originalPagePath={originalPagePath}
Expand All @@ -61,7 +62,7 @@ export const RootLayout = ({
<TranslationBannerLegal
shouldShow={shouldShowLegalTranslationBanner}
originalPagePath={originalPagePath}
/>
/> */}

{children}

Expand Down

0 comments on commit 242d5e2

Please sign in to comment.