diff --git a/TODO b/TODO index eb9070c..dc13229 100644 --- a/TODO +++ b/TODO @@ -2,8 +2,6 @@ need a 'return to top' arrow button on smaller screens muti-language i18n support- https://nextjs.org/docs/app/building-your-application/routing/internationalization -light/dark theme in all components - tests for tournois, testing the loading of map and table, then counting the markers logo for navbar and favicon @@ -19,6 +17,6 @@ e2e tests for tournament page: about page -contact page +contact page needs working mailer SEO diff --git a/app/page.tsx b/app/page.tsx index 33c3539..047203e 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -15,7 +15,7 @@ export default function Home() { style={{ objectFit: "cover" }} /> -
+

Echecs France

Trouvez Vos Tournois d'Echecs en France Sur Une Carte diff --git a/components/TournamentMap.tsx b/components/TournamentMap.tsx index 216c8ec..692710c 100644 --- a/components/TournamentMap.tsx +++ b/components/TournamentMap.tsx @@ -24,7 +24,7 @@ export default function TournamentMap({ tournamentData }: TournamentDataProps) { return (