diff --git a/public/rgpd.pdf b/public/rgpd.pdf index 646a602..c5c7c63 100644 Binary files a/public/rgpd.pdf and b/public/rgpd.pdf differ diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx index e6422b7..c423286 100644 --- a/src/components/Footer/Footer.jsx +++ b/src/components/Footer/Footer.jsx @@ -9,49 +9,56 @@ export default function Footer(){ const scrollToTop = () => { window.scrollTo({ top: 0, left: 0, behavior: 'smooth' }); }; - const [isContactModal, setIsContactModal] = useState(false); + const [isCopyrightModal, setIsCopyrightModal] = useState(false); + return <> - {/* TODO : mettre l'adresse email et le numéro de tel dans un fichier de configuration */} - setIsContactModal(false)}> + {/* TODO : mettre nos noms dans un fichier de configuration */} + setIsCopyrightModal(false)}> - Adresse email - example@gmail.com - - - - Numéro de téléphone - +33 6 09 78 27 19 + Quentin T'jampens + Antoine Ordonneau + Malo Leblond + + Giovanni Josserand ( + linktree + ) +
example@gmail.com
+33 6 09 78 27 19
Quentin T'jampens
Antoine Ordonneau
Malo Leblond
+ Giovanni Josserand ( + linktree + ) +