From ea72297771b1a6bf680b71652704e091cf400e72 Mon Sep 17 00:00:00 2001 From: Audrey Lebret Date: Fri, 17 Sep 2021 13:54:53 +0200 Subject: [PATCH 1/3] fix: agrandissement des textes 13px vers 16px --- pages/questionnaire-epds.js | 1 - pages/resultats.js | 10 +++------- src/components/Nav.js | 1 - 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/pages/questionnaire-epds.js b/pages/questionnaire-epds.js index b9c830b..6993276 100644 --- a/pages/questionnaire-epds.js +++ b/pages/questionnaire-epds.js @@ -200,7 +200,6 @@ const ComprendreTestStyle = () => ( .questionnaire { margin-top: 20px; font-style: italic; - font-size: 13px; } .questionnaire-buttons { diff --git a/pages/resultats.js b/pages/resultats.js index 9bce7ca..01fefb6 100644 --- a/pages/resultats.js +++ b/pages/resultats.js @@ -38,10 +38,10 @@ export default function Resultats() { -

{t("invitation-a-refaire")}

+

{t("invitation-a-refaire")}

- {t("oser-parler")}

- {t("les-changements")} + {t("oser-parler")}

+ {t("les-changements")}

@@ -295,10 +295,6 @@ export const getStaticProps = async ({ locale }) => ({ const ComprendreTestStyle = () => ( ); From 27e3d1d89feb032c92551eb4681146d1d1414ade Mon Sep 17 00:00:00 2001 From: Audrey Lebret Date: Fri, 17 Sep 2021 14:30:37 +0200 Subject: [PATCH 2/3] fix: footer du design system --- public/locales/fr-FR/footer.json | 5 +- src/components/Footer.js | 109 ++++++++++++------------------- 2 files changed, 44 insertions(+), 70 deletions(-) diff --git a/public/locales/fr-FR/footer.json b/public/locales/fr-FR/footer.json index 117e578..048c4ba 100644 --- a/public/locales/fr-FR/footer.json +++ b/public/locales/fr-FR/footer.json @@ -2,5 +2,8 @@ "la-fabrique": "La Fabrique Numérique des Ministères Sociaux", "cgu": "Conditions générales", "mentions-legales": "Mentions légales", - "politique-confidentialite": "Politique de confidentialité" + "politique-confidentialite": "Politique de confidentialité", + "republique": "république", + "francaise": "française", + "licence": "Sauf mention contraire, tous les textes de ce site sont sous" } \ No newline at end of file diff --git a/src/components/Footer.js b/src/components/Footer.js index 30f5892..5a33301 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -1,85 +1,56 @@ import React from "react"; -import Link from "next/link"; import { useTranslation } from 'next-i18next'; -import { Row, Col } from "react-bootstrap"; - -const LightLink = ({ href, children }) => ( - - {children} - -); - -const Separator = () => ( - - -); export function Footer() { const { t } = useTranslation('footer'); return ( -