Footer: replace privacy blurb with copyright line; tidy thank-you and contact copy
This commit is contained in:
@@ -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">
|
||||
“Thank you for completing this survey.”
|
||||
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's record. This page is only reachable through a personalized link issued to you.
|
||||
<p className="mt-4 text-xs text-ink-mute">
|
||||
© {new Date().getFullYear()} Food Co-op Initiative ·{" "}
|
||||
<a href="https://fci.coop">fci.coop</a>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user