mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 12:36:57 +00:00
Added privacy policy
This commit is contained in:
@@ -4,6 +4,7 @@ import { useSetAtom } from "jotai";
|
||||
import { useTranslations } from "next-intl";
|
||||
import { useParams } from "next/navigation";
|
||||
import { FaGithub, FaRegEnvelope } from "react-icons/fa";
|
||||
import { MdOutlinePrivacyTip } from "react-icons/md";
|
||||
|
||||
import { burgerMenuIsOpenAtom } from "@/atoms";
|
||||
import { Link, usePathname, useRouter } from "@/utils/navigation";
|
||||
@@ -41,6 +42,13 @@ export default function Footer() {
|
||||
<Link href="/contact-us" aria-label={t("contactAria")} className="mr-4">
|
||||
<FaRegEnvelope />
|
||||
</Link>
|
||||
<Link
|
||||
href="/privacy"
|
||||
aria-label={t("privacyPolicyAria")}
|
||||
className="mr-4"
|
||||
>
|
||||
<MdOutlinePrivacyTip />
|
||||
</Link>
|
||||
<div className="mr-4 space-x-2 text-xs">
|
||||
<button onClick={() => changeLanguage("fr")}>FR</button>
|
||||
<span>|</span>
|
||||
|
||||
Reference in New Issue
Block a user