From a732508429f0ac2c6d2668279cfd6c70d78b6f25 Mon Sep 17 00:00:00 2001 From: Owen Rees Date: Sat, 10 Jun 2023 12:44:42 +0200 Subject: [PATCH] table overflow fixed --- TODO | 2 -- components/Footer.tsx | 11 +++++++++++ components/Navbar.tsx | 2 +- components/TournamentTable.tsx | 17 +++++++++-------- package-lock.json | 9 +++++++++ package.json | 1 + 6 files changed, 31 insertions(+), 11 deletions(-) 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() {
-