diff --git a/lib/event.config.ts b/lib/event.config.ts index ade56f0..93e5844 100644 --- a/lib/event.config.ts +++ b/lib/event.config.ts @@ -172,7 +172,7 @@ export const EMAIL_BRANDING = { highlightBg: "#eff6ff", // blue-50 highlightBorder: "#2563eb", // blue-600 fromDefault: `${EVENT_NAME} `, - internalNotifyDefault: "team@collaborative-finance.net", + internalNotifyDefault: "cofi.gathering@gmail.com", } // ── External links ──────────────────────────────────────────────── @@ -182,7 +182,7 @@ export const LINKS = { register: "https://register.collaborative-finance.net/register", telegram: "", // TBD — set when community channel is created community: "", // TBD — set when community channel is created - contactEmail: "team@collaborative-finance.net", + contactEmail: "cofi.gathering@gmail.com", } // ── Payment description template ──────────────────────────────────