diff --git a/TODO b/TODO index aa654f0..883743c 100644 --- a/TODO +++ b/TODO @@ -5,7 +5,8 @@ //TODO about page //TODO contact page needs working mailer //TODO font size on mobile screen -//TODO need a 'return to top' arrow button on smaller screens +//TODO scroll to top button positioning +//TODO add test for return to top button //TODO SEO - next headers etc ---------------------------------------------------------------- //TODO logo for navbar and favicon diff --git a/app/tournois/page.tsx b/app/tournois/page.tsx index f5176a1..8d4c38f 100644 --- a/app/tournois/page.tsx +++ b/app/tournois/page.tsx @@ -37,7 +37,7 @@ export default async function Tournaments() { return ( -
+
diff --git a/components/Footer.tsx b/components/Footer.tsx index 20b7e05..540e283 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -4,7 +4,7 @@ import { FaGithub, FaRegEnvelope } from "react-icons/fa"; export default function Footer() { return (