mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
escape characters updated
This commit is contained in:
+3
-3
@@ -9,11 +9,11 @@ export default function Home() {
|
|||||||
<div className="absolute text-center">
|
<div className="absolute text-center">
|
||||||
<h1 className="text-5xl p-5">Echecs France</h1>
|
<h1 className="text-5xl p-5">Echecs France</h1>
|
||||||
<h2 className="text-3xl p-5">
|
<h2 className="text-3xl p-5">
|
||||||
Trouvez Vos Tournois d'Echecs en France Sur Une Carte
|
Trouvez Vos Tournois d'Echecs en France Sur Une Carte
|
||||||
</h2>
|
</h2>
|
||||||
<h3 className="text-xl p-5 mb-5">
|
<h3 className="text-xl p-5 mb-5">
|
||||||
Une représentation visuelle de tous les tournois d'échecs publiés
|
Une représentation visuelle de tous les tournois d'échecs
|
||||||
par la{" "}
|
publiés par la{" "}
|
||||||
<Link href="http://www.echecs.asso.fr/" target="_blank">
|
<Link href="http://www.echecs.asso.fr/" target="_blank">
|
||||||
<abbr title="Fédération Française des Échecs">FFE</abbr>
|
<abbr title="Fédération Française des Échecs">FFE</abbr>
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
@@ -16,8 +16,6 @@ export default function TournamentTable({
|
|||||||
setFilteredTournamentData(tournamentFilter);
|
setFilteredTournamentData(tournamentFilter);
|
||||||
}, [tournamentFilter]);
|
}, [tournamentFilter]);
|
||||||
|
|
||||||
console.log(filteredTournamentData.length);
|
|
||||||
|
|
||||||
const stickyHeader = "sticky top-0 p-3 bg-teal-600 dark:bg-gray-600";
|
const stickyHeader = "sticky top-0 p-3 bg-teal-600 dark:bg-gray-600";
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ import { createLayerGroups } from "@/utils/layerGroups";
|
|||||||
|
|
||||||
// TODO cy.wrap() for promise resolution
|
// TODO cy.wrap() for promise resolution
|
||||||
// TODO DRY - variables and data fetching can be done before tests under the first describe block
|
// TODO DRY - variables and data fetching can be done before tests under the first describe block
|
||||||
|
|
||||||
describe("Unit tests of utils directory", () => {
|
describe("Unit tests of utils directory", () => {
|
||||||
describe("Retrieve tournament data from DB", () => {
|
describe("Retrieve tournament data from DB", () => {
|
||||||
let response: Tournament[];
|
let response: Tournament[];
|
||||||
|
|||||||
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 418 KiB |
Binary file not shown.
Reference in New Issue
Block a user