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
@@ -1428,7 +1428,7 @@ function ErrorState({ message }: { message: string }) {
</h2>
<p className="mt-3 text-sm leading-relaxed text-ink-soft">{message}</p>
<p className="mt-4 text-sm text-ink-soft">
If this keeps happening, please contact your engagement coordinator.
If this keeps happening, please contact your <a href="mailto:chris@fci.coop">Chris @ FCI</a>.
</p>
</div>
);