Skip to content

Commit c2a8744

Browse files
wackerowpettinarip
andauthored
refactor: use default constant
Co-authored-by: Pablo Pettinari <[email protected]>
1 parent f3aee10 commit c2a8744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
404404

405405
return (
406406
<MainArticle className="flex w-full flex-col items-center" dir={dir}>
407-
<BannerNotification shouldShow={locale === "en"}>
407+
<BannerNotification shouldShow={locale === DEFAULT_LOCALE}>
408408
<p>
409409
10 years of Ethereum! -{" "}
410410
<Link href="/10years/" className="text-white">

0 commit comments

Comments
 (0)