Footer: replace privacy blurb with copyright line; tidy thank-you and contact copy

This commit is contained in:
Joel Brock
2026-06-05 11:18:32 -07:00
parent 2400931a04
commit 9702eaa077
+5 -4
View File
@@ -41,14 +41,15 @@ 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;Thank you for completing this survey.&rdquo;
Thank you for completing this survey.
</p>
<p className="text-xs text-ink-mute">
Need a fresh link? Contact <a href="mailto:survey@fci.coop">Chris @ FCI</a>.
Have a question or need help? 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. This page is only reachable through a personalized link issued to you.
<p className="mt-4 text-xs text-ink-mute">
&copy; {new Date().getFullYear()} Food Co-op Initiative &middot;{" "}
<a href="https://fci.coop">fci.coop</a>
</p>
</div>
</footer>