diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 5bfd7e89..031b561f 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,54 +1,11 @@ import { Footer as FooterDS, - FooterBody, - FooterBodyItem, FooterBottom, FooterCopy, FooterLink, - Logo, } from "@dataesr/react-dsfr"; import React from "react"; -const FooterDescription = () => ( - <> - Le code source est ouvert et les contributions sont bienvenues.{" "} - - Voir le code source - - . - > -); -const footerBodyLinks = [ - { - link: "https://www.gouvernement.fr", - title: "gouvernement.fr", - }, - { - link: "http://www.service-public.fr", - title: "service-public.fr", - }, - { - link: "http://legifrance.gouv.fr", - title: "legifrance.gouv.fr", - }, - { - link: "http://data.gouv.fr", - title: "data.gouv.fr", - }, - { - link: "https://www.ameli.fr", - title: "ameli.fr", - }, - { - link: "https://beta.gouv.fr/", - title: "beta.gouv.fr", - }, -]; - const footerBottomLinks = [ { link: "/mentions-legales#accessibilite", @@ -62,16 +19,84 @@ const footerBottomLinks = [ const Footer = () => ( - }> - République Française - {footerBodyLinks.map((item) => ( - - - {item.title} + + + + République Française + + + + + + + + + + Le code source est ouvert et les contributions sont bienvenues.{" "} + + Voir le code source - - ))} - + + + + + + gouvernement.fr + + + + + legifrance.gouv.fr + + + + + data.gouv.fr + + + + + ameli.fr + + + + + beta.gouv.fr + + + + + {footerBottomLinks.map((item) => ( diff --git a/src/components/Nav.tsx b/src/components/Nav.tsx index 4194985b..858cb2cf 100644 --- a/src/components/Nav.tsx +++ b/src/components/Nav.tsx @@ -13,7 +13,7 @@ const Nav = () => { République Française - +
République Française
+ Le code source est ouvert et les contributions sont bienvenues.{" "} + + Voir le code source - - ))} - +