Skip to content

Commit c09f2ac

Browse files
authored
Merge pull request #15289 from ethereum/english-only-banner
fix: display english banner on english locale only
2 parents c741514 + f9e8b8f commit c09f2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/_components/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const HomePage = ({
118118

119119
return (
120120
<MainArticle className="flex w-full flex-col items-center" dir={dir}>
121-
<BannerNotification shouldShow>
121+
<BannerNotification shouldShow={locale === "en"}>
122122
<p>
123123
Let&apos;s celebrate 10 years of Ethereum! How did ethereum change
124124
your life? -{" "}

0 commit comments

Comments
 (0)