diff --git a/TODO b/TODO index 71b4247..57101ba 100644 --- a/TODO +++ b/TODO @@ -8,8 +8,6 @@ tests for tournois, testing the loading of map and table, then counting the mark logo for navbar and favicon -tournament table scroll - hover on table needs fixing - this only seemed to happen once I moved the logic into its own hook document my new hook diff --git a/components/Footer.tsx b/components/Footer.tsx index de98578..0428600 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -1,9 +1,20 @@ +import Link from "next/link"; +import { FaGithub } from "react-icons/fa"; + export default function Footer() { return ( ); } diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 3dea40e..f180b40 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -13,7 +13,7 @@ export default function Navbar() {
-