Skip to content

Commit 7ffda5b

Browse files
committed
intl: hide english-only 10-year Section
1 parent aacd855 commit 7ffda5b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/[locale]/_components/home.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,10 @@ const HomePage = ({
608608
</SectionContent>
609609
</Section>
610610

611-
<Section id="10-year-anniversary">
611+
<Section
612+
id="10-year-anniversary"
613+
className={cn(locale !== "en" && "hidden")} // TODO: Show again when translations ready
614+
>
612615
<TenYearHomeBanner />
613616
</Section>
614617

0 commit comments

Comments
 (0)