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.
2 parents 1ab931e + fe57d91 commit f3643aaCopy full SHA for f3643aa
src/components/TranslationBanner.tsx
@@ -96,7 +96,9 @@ const TranslationBanner = ({
96
{t("translation-banner-button-translate-page")}
97
</ButtonLink>
98
</Box>
99
- {!isPageContentEnglish && (
+ {/* Todo: Reimplement once fixed */}
100
+ {/* Issue: https://github.com/ethereum/ethereum-org-website/issues/12292 */}
101
+ {/* {!isPageContentEnglish && (
102
<Box>
103
<ButtonLink
104
to={originalPagePath}
@@ -110,7 +112,7 @@ const TranslationBanner = ({
110
112
{t("translation-banner-button-see-english")}
111
113
114
- )}
115
+ )} */}
116
</Flex>
117
118
<CloseButton
0 commit comments