Copy: route contact prompts to Chris @ FCI; warmer form subtitle

This commit is contained in:
Joel Brock
2026-06-05 11:37:43 -07:00
parent 9702eaa077
commit b474cb8004
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ export async function POST(req: Request) {
return NextResponse.json(
{
error: appEnv().isProduction
? "Could not save your survey. Please try again, or contact your engagement coordinator."
? "Could not save your survey. Please try again, or contact <a href=\"mailto:chris@fci.coop\">Chris @ FCI</a>."
: `Save failed: ${redact(msg)}`,
},
{ status: 500 },