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.
1 parent f3aee10 commit c2a8744Copy full SHA for c2a8744
app/[locale]/page.tsx
@@ -404,7 +404,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
404
405
return (
406
<MainArticle className="flex w-full flex-col items-center" dir={dir}>
407
- <BannerNotification shouldShow={locale === "en"}>
+ <BannerNotification shouldShow={locale === DEFAULT_LOCALE}>
408
<p>
409
10 years of Ethereum! -{" "}
410
<Link href="/10years/" className="text-white">
0 commit comments