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 (