Skip to content

Commit 4266c5d

Browse files
minimalsmcorwintines
authored andcommitted
Remove View in English button
1 parent 656ec38 commit 4266c5d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/TranslationBanner.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ const TranslationBanner = ({
9696
{t("translation-banner-button-translate-page")}
9797
</ButtonLink>
9898
</Box>
99-
{!isPageContentEnglish && (
99+
{/* Todo: Reimplement once fixed */}
100+
{/* Issue: https://github.com/ethereum/ethereum-org-website/issues/12292 */}
101+
{/* {!isPageContentEnglish && (
100102
<Box>
101103
<ButtonLink
102104
to={originalPagePath}
@@ -110,7 +112,7 @@ const TranslationBanner = ({
110112
{t("translation-banner-button-see-english")}
111113
</ButtonLink>
112114
</Box>
113-
)}
115+
)} */}
114116
</Flex>
115117
</Flex>
116118
<CloseButton

0 commit comments

Comments
 (0)