diff --git a/app/[locale]/community/events/conferences/page.tsx b/app/[locale]/community/events/conferences/page.tsx index 3ec263e3f29..1933b9857cf 100644 --- a/app/[locale]/community/events/conferences/page.tsx +++ b/app/[locale]/community/events/conferences/page.tsx @@ -10,6 +10,7 @@ import { EdgeScrollContainer, EdgeScrollItem, } from "@/components/ui/edge-scroll-container" +import Link from "@/components/ui/Link" import { Section } from "@/components/ui/section" import { getLocaleYear } from "@/lib/utils/date" @@ -123,6 +124,11 @@ const Page = async (props: { params: Promise }) => { eventCategory: "Events_conferences", }} /> +

+ {t.rich("page-events-data-source-callout", { + a: (chunks) => {chunks}, + })} +

{/* Footer CTA */} diff --git a/app/[locale]/community/events/page.tsx b/app/[locale]/community/events/page.tsx index 00be50ac273..3e61ac10f63 100644 --- a/app/[locale]/community/events/page.tsx +++ b/app/[locale]/community/events/page.tsx @@ -364,6 +364,13 @@ const Page = async (props: { params: Promise }) => { eventName: "regular_conf", }} /> +

+ {t.rich("page-events-data-source-callout", { + a: (chunks) => ( + {chunks} + ), + })} +

ETHStars", "page-events-tag-online": "Online", "page-events-tag-conference": "Conference", "page-events-tag-hackathon": "Hackathon",