From fadfe607309d8e4b8c108e44a08b20a0f9eac2ac Mon Sep 17 00:00:00 2001 From: Owen Rees Date: Mon, 3 Jul 2023 10:11:12 +0200 Subject: [PATCH] - aria lables on footer - bundle analyser added --- TODO | 5 -- components/Footer.tsx | 4 +- components/HamburgerMenu.tsx | 2 - components/TournamentMap.tsx | 2 - next.config.js | 5 ++ package-lock.json | 131 ++++++++++++++++++++++++++++++++++- package.json | 3 +- 7 files changed, 138 insertions(+), 14 deletions(-) diff --git a/TODO b/TODO index cd3a66d..c0e710a 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,3 @@ -TESTS -// TODO tests for tournament page: - - map and table mounts in tournament page <- get data to send to map/table - ------------------------------------------------------------------ BUGS //TODO tournament page load is weird on 2nd click. On safari it pauses for a few seconds. Is it trying to load the entire page before displaying? //TODO Nodemailer 'from' reverts to echecsfrance@gmail.com - quick fix done with sender address in subject line diff --git a/components/Footer.tsx b/components/Footer.tsx index f4723ea..1c250f4 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -1,6 +1,5 @@ import Link from "next/link"; import { FaGithub, FaRegEnvelope } from "react-icons/fa"; - export default function Footer() { return (