From 8fad9974585e4450d7a3a44f3b52450c2ead93ff Mon Sep 17 00:00:00 2001 From: myelinated-wackerow <263208946+myelinated-wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:23:03 -0700 Subject: [PATCH 1/2] feat: add geodelabs ethstars attribution Co-Authored-By: wackerow <54227730+wackerow@users.noreply.github.com> --- app/[locale]/community/events/conferences/page.tsx | 6 ++++++ app/[locale]/community/events/page.tsx | 7 +++++++ src/intl/en/page-community-events.json | 1 + 3 files changed, 14 insertions(+) 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} + ), + })} +

View comprehensive list of events at ETHStars", "page-events-tag-online": "Online", "page-events-tag-conference": "Conference", "page-events-tag-hackathon": "Hackathon", From f1e873244c8b85c45a1d0d4f6e51dd8804716129 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Tue, 21 Apr 2026 12:42:03 -0700 Subject: [PATCH 2/2] patch: reword attribution copy --- src/intl/en/page-community-events.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intl/en/page-community-events.json b/src/intl/en/page-community-events.json index aa6f7246350..ff3e6bdf91d 100644 --- a/src/intl/en/page-community-events.json +++ b/src/intl/en/page-community-events.json @@ -75,7 +75,7 @@ "page-events-view-all-conferences": "View all conferences", "page-events-view-all-meetups": "View all meetups", "page-events-no-upcoming": "No upcoming events at this time", - "page-events-data-source-callout": "Ethereum event listings curated by GeodeLabs. View comprehensive list of events at ETHStars", + "page-events-data-source-callout": "Ethereum event listings curated by ETHStars", "page-events-tag-online": "Online", "page-events-tag-conference": "Conference", "page-events-tag-hackathon": "Hackathon",