Skip to content

Commit

Permalink
Remove View in English button
Browse files Browse the repository at this point in the history
  • Loading branch information
minimalsm committed Feb 26, 2024
1 parent a24037d commit fe57d91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/TranslationBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ const TranslationBanner = ({
{t("translation-banner-button-translate-page")}
</ButtonLink>
</Box>
{!isPageContentEnglish && (
{/* Todo: Reimplement once fixed */}
{/* Issue: https://github.com/ethereum/ethereum-org-website/issues/12292 */}
{/* {!isPageContentEnglish && (
<Box>
<ButtonLink
to={originalPagePath}
Expand All @@ -110,7 +112,7 @@ const TranslationBanner = ({
{t("translation-banner-button-see-english")}
</ButtonLink>
</Box>
)}
)} */}
</Flex>
</Flex>
<CloseButton
Expand Down

0 comments on commit fe57d91

Please sign in to comment.