WIP: form copy and field visibility adjustments

This commit is contained in:
Joel Brock
2026-05-21 12:11:23 -07:00
parent 709d9bfd8b
commit 9460e8320f
5 changed files with 79 additions and 79 deletions
+1 -1
View File
@@ -476,7 +476,7 @@ function SubmitBar({
? draftSavedAt
? `Draft saved ${formatRelative(draftSavedAt)} (locally on this device)`
: "Editing — your draft will save automatically"
: "Submitting saves a new check-in record on your co-op."}
: ""}
</p>
)}
</div>
+3 -4
View File
@@ -41,15 +41,14 @@ export function SiteFooter() {
<div className="mx-auto max-w-3xl px-4 py-7 sm:px-6">
<div className="flex flex-col gap-3 sm:flex-row sm:items-baseline sm:justify-between">
<p className="font-display text-sm italic text-ink-soft">
&ldquo;A grocery co-op begins with people who decide to feed each other well.&rdquo;
&ldquo;Thank you for completing this survey.&rdquo;
</p>
<p className="text-xs text-ink-mute">
Need a fresh link? Contact your engagement coordinator.
Need a fresh link? Contact <a href="mailto:survey@fci.coop">Chris @ FCI</a>.
</p>
</div>
<p className="mt-4 text-xs text-ink-mute leading-relaxed">
Your responses go directly to your co-op&apos;s record. Nothing is shared with third
parties. This page is only reachable through a personalized link issued to you.
Your responses go directly to your co-op&apos;s record. This page is only reachable through a personalized link issued to you.
</p>
</div>
</footer>