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: {