From ae805e5d80ec322580bf43b1d880ec5fb301caae Mon Sep 17 00:00:00 2001 From: Owen Rees Date: Thu, 22 Jun 2023 09:45:07 +0200 Subject: [PATCH] map length corrected --- TODO | 4 +--- app/layout.tsx | 3 ++- components/TournamentMap.tsx | 2 +- components/TournamentTable.tsx | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index 6724f3e..8c1f8dc 100644 --- a/TODO +++ b/TODO @@ -10,7 +10,7 @@ TESTS BUGS //TODO about page is not centred in Safari //TODO tournament page load is weird on 2nd click. On safari it pauses for a few seconds. Is it trying to load the entire page before displaying? -//TODO Nodemailer 'from' reverts to echecsfrance@gmail.com +//TODO Nodemailer 'from' reverts to echecsfrance@gmail.com - quick fix done with sender address in subject line ---------------------------------------------------------------- PAGES @@ -20,9 +20,7 @@ PAGES DESIGN CHANGES //TODO test entire site for english to french translations //TODO success and error messages into french - mailer -//TODO disable send message button while sending - isSending = true //TODO font size on mobile screen -//TODO bottom of map is a few pixels short //TODO mobile navbar is creeping into the page by a few pixels when hidden - move it to the right a bit. It is easier to see in light mode //TODO logo for navbar and favicon //TODO mobile map needs improving diff --git a/app/layout.tsx b/app/layout.tsx index f09c65b..50bb68a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -7,7 +7,8 @@ const inter = Inter({ subsets: ["latin"] }); export const metadata = { title: "Echecs France", - description: "Generated by create next app", // TODO give the website a description + maybe keywords if they go here + description: "Trouvez Vos Tournois d'Echecs en France Sur Une Carte", + keywords: "echecs, France, tournoi, tournois, FFE", }; export default function RootLayout({ diff --git a/components/TournamentMap.tsx b/components/TournamentMap.tsx index 0323030..c060eb3 100644 --- a/components/TournamentMap.tsx +++ b/components/TournamentMap.tsx @@ -24,7 +24,7 @@ export default function TournamentMap({ tournamentData }: TournamentDataProps) { return (