Elo calculator

This commit is contained in:
Timothy Armes
2023-09-14 14:46:13 +02:00
parent ac467d7c38
commit 2d0c006446
9 changed files with 277 additions and 18 deletions
+8 -1
View File
@@ -1,6 +1,6 @@
import { useTranslations } from "next-intl";
import Link from "next-intl/link";
import { FaGithub, FaRegEnvelope } from "react-icons/fa";
import { FaGithub, FaInfoCircle, FaRegEnvelope } from "react-icons/fa";
import ThemeSwitcher from "./ThemeSwitcher";
@@ -25,6 +25,13 @@ export default function Footer() {
>
<FaGithub />
</Link>
<Link
href="/qui-sommes-nous"
aria-label={t("contactAria")}
className="mr-4"
>
<FaInfoCircle />
</Link>
<Link
href="/contactez-nous"
aria-label={t("contactAria")}