From 4e426d327b438c0ea1f477b864ae301b93347af3 Mon Sep 17 00:00:00 2001 From: Stephen Date: Tue, 4 Jun 2024 10:58:42 +0100 Subject: [PATCH] footer and header incorrect space fixed, mobile nav menu fixed to now display --- components/Footer.tsx | 9 +-------- components/ui/FloatingNav.tsx | 2 +- src/app/page.tsx | 2 +- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index 21cb5ec..48604a6 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -5,14 +5,7 @@ import { socialMedia } from "../data"; const Footer = () => { return ( -