Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-19 14:52:28 -07:00
parent 51b6ce9062
commit 43cee35f46
1 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@ export const EMAIL_BRANDING = {
highlightBg: "#eff6ff", // blue-50 highlightBg: "#eff6ff", // blue-50
highlightBorder: "#2563eb", // blue-600 highlightBorder: "#2563eb", // blue-600
fromDefault: `${EVENT_NAME} <newsletter@collaborative-finance.net>`, fromDefault: `${EVENT_NAME} <newsletter@collaborative-finance.net>`,
internalNotifyDefault: "team@collaborative-finance.net", internalNotifyDefault: "cofi.gathering@gmail.com",
} }
// ── External links ──────────────────────────────────────────────── // ── External links ────────────────────────────────────────────────
@ -182,7 +182,7 @@ export const LINKS = {
register: "https://register.collaborative-finance.net/register", register: "https://register.collaborative-finance.net/register",
telegram: "", // TBD — set when community channel is created telegram: "", // TBD — set when community channel is created
community: "", // 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 ────────────────────────────────── // ── Payment description template ──────────────────────────────────