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="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">
|
<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">
|
<p className="font-display text-sm italic text-ink-soft">
|
||||||
“Thank you for completing this survey.”
|
Thank you for completing this survey.
|
||||||
</p>
|
</p>
|
||||||
<p className="text-xs text-ink-mute">
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<p className="mt-4 text-xs text-ink-mute leading-relaxed">
|
<p className="mt-4 text-xs text-ink-mute">
|
||||||
Your responses go directly to your co-op's record. This page is only reachable through a personalized link issued to you.
|
© {new Date().getFullYear()} Food Co-op Initiative ·{" "}
|
||||||
|
<a href="https://fci.coop">fci.coop</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user