mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-22 20:16: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">
|
||||
<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'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'é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>
|
||||
|
||||
@@ -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 (
|
||||
|
||||
@@ -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[];
|
||||
|
||||
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 418 KiB |
Binary file not shown.
Reference in New Issue
Block a user