Copy: route contact prompts to Chris @ FCI; warmer form subtitle
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user