escape characters updated

This commit is contained in:
Owen Rees
2023-06-12 16:00:13 +02:00
parent 254d4603aa
commit 3e0e846ba3
5 changed files with 3 additions and 6 deletions
+3 -3
View File
@@ -9,11 +9,11 @@ export default function Home() {
<div className="absolute text-center">
<h1 className="text-5xl p-5">Echecs France</h1>
<h2 className="text-3xl p-5">
Trouvez Vos Tournois d'Echecs en France Sur Une Carte
Trouvez Vos Tournois d&apos;Echecs en France Sur Une Carte
</h2>
<h3 className="text-xl p-5 mb-5">
Une représentation visuelle de tous les tournois d'échecs publiés
par la{" "}
Une représentation visuelle de tous les tournois d&apos;échecs
publiés par la{" "}
<Link href="http://www.echecs.asso.fr/" target="_blank">
<abbr title="Fédération Française des Échecs">FFE</abbr>
</Link>
-2
View File
@@ -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 (
-1
View File
@@ -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[];
Binary file not shown.

Before

Width:  |  Height:  |  Size: 418 KiB

Binary file not shown.