diff --git a/app/page.tsx b/app/page.tsx
index b2d56db..b6b4859 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -9,11 +9,11 @@ export default function Home() {
Echecs France
- Trouvez Vos Tournois d'Echecs en France Sur Une Carte
+ Trouvez Vos Tournois d'Echecs en France Sur Une Carte
- Une représentation visuelle de tous les tournois d'échecs publiés
- par la{" "}
+ Une représentation visuelle de tous les tournois d'échecs
+ publiés par la{" "}
FFE
diff --git a/components/TournamentTable.tsx b/components/TournamentTable.tsx
index 5deaec5..0984821 100644
--- a/components/TournamentTable.tsx
+++ b/components/TournamentTable.tsx
@@ -16,8 +16,6 @@ export default function TournamentTable({
setFilteredTournamentData(tournamentFilter);
}, [tournamentFilter]);
- console.log(filteredTournamentData.length);
-
const stickyHeader = "sticky top-0 p-3 bg-teal-600 dark:bg-gray-600";
return (
diff --git a/cypress/component/utils.cy.ts b/cypress/component/utils.cy.ts
index fbc85d4..16886f8 100644
--- a/cypress/component/utils.cy.ts
+++ b/cypress/component/utils.cy.ts
@@ -4,7 +4,6 @@ import { createLayerGroups } from "@/utils/layerGroups";
// TODO cy.wrap() for promise resolution
// TODO DRY - variables and data fetching can be done before tests under the first describe block
-
describe("Unit tests of utils directory", () => {
describe("Retrieve tournament data from DB", () => {
let response: Tournament[];
diff --git a/cypress/screenshots/links.cy.ts/Test all links -- Check navbar links point to correct pathname (failed).png b/cypress/screenshots/links.cy.ts/Test all links -- Check navbar links point to correct pathname (failed).png
deleted file mode 100644
index 779e5aa..0000000
Binary files a/cypress/screenshots/links.cy.ts/Test all links -- Check navbar links point to correct pathname (failed).png and /dev/null differ
diff --git a/cypress/videos/links.cy.ts.mp4 b/cypress/videos/links.cy.ts.mp4
index dbcd322..dfef946 100644
Binary files a/cypress/videos/links.cy.ts.mp4 and b/cypress/videos/links.cy.ts.mp4 differ