From 66a4a03c6affb50932feaa0f4bc481d31dd0fe6b Mon Sep 17 00:00:00 2001 From: Timothy Armes Date: Thu, 20 Jul 2023 14:31:07 +0200 Subject: [PATCH] Minor text changes --- app/[lang]/page.tsx | 2 +- messages/fr.json | 2 +- tailwind.config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/[lang]/page.tsx b/app/[lang]/page.tsx index 31b9c67..6abe420 100644 --- a/app/[lang]/page.tsx +++ b/app/[lang]/page.tsx @@ -33,7 +33,7 @@ export default function Home() { {t("mapLink")} diff --git a/messages/fr.json b/messages/fr.json index c648731..93d319f 100644 --- a/messages/fr.json +++ b/messages/fr.json @@ -19,7 +19,7 @@ "Home": { "title": "Échecs France", - "purpose": "Trouvez Vos Tournois d'Échecs en France Sur Une Carte", + "purpose": "Trouvez vos tournois d'échecs en france sur une carte", "how": "Une représentation visuelle de tous les tournois d'échecs publiés par la FFE", "mapLink": "Voir La Carte" }, diff --git a/tailwind.config.js b/tailwind.config.js index 3ab8c81..ae1fe18 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -30,7 +30,7 @@ module.exports = { }, minHeight: { // We use 100svh, falling back to vh for old browsers - // The 144px is for the header and footer + // The 9rem is for the header and footer content: ["calc(100vh - 9rem)", "calc(100svh - 9rem)"], }, height: {