mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Minor text changes
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ export default function Home() {
|
||||
</h3>
|
||||
<Link
|
||||
href="/tournois"
|
||||
className="mb-2 rounded-lg bg-gradient-to-r from-primary-400 via-primary-500 to-primary-600 px-5 py-2.5 text-center text-sm font-medium text-white hover:bg-gradient-to-br focus:outline-none focus:ring-4 focus:ring-primary-300 dark:focus:ring-primary-800"
|
||||
className="mb-2 rounded-lg bg-primary px-5 py-2.5 text-center text-sm font-medium text-white hover:bg-primary-700 hover:bg-gradient-to-br focus:outline-none focus:ring-4 focus:ring-primary-300 dark:focus:ring-primary-800"
|
||||
>
|
||||
{t("mapLink")}
|
||||
</Link>
|
||||
|
||||
+1
-1
@@ -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 <link>FFE</link>",
|
||||
"mapLink": "Voir La Carte"
|
||||
},
|
||||
|
||||
+1
-1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user