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
+2 -3
View File
@@ -692,8 +692,7 @@ function SuccessDestination({
</h2>
<p className="mx-auto mt-3 max-w-prose text-[15px] leading-relaxed text-ink-soft">
Thank you. We&apos;ve recorded this survey for{" "}
<span className="font-medium text-ink">{orgName}</span>. Your engagement coordinator will see
it on their next review.
<span className="font-medium text-ink">{orgName}</span>.
</p>
<div className="mt-7 flex flex-col items-center justify-center gap-3 sm:flex-row">
<button
@@ -720,7 +719,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 and ask for a fresh
If this keeps happening, please contact <a href="mailto:chris@fci.coop">Chris @ FCI</a> and ask for a fresh
link.
</p>
</div>
+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>
);