From 67e16a5900a3abeeae6f1600c89f50e3ed93f9e9 Mon Sep 17 00:00:00 2001 From: Vinay_Tilada <125138464+MightyAcE58@users.noreply.github.com> Date: Sun, 27 Jul 2025 14:16:39 +0000 Subject: [PATCH] Fix the UI bug on the Home page Happning with footer --- src/components/Footer.jsx | 2 +- src/components/HomePage.jsx | 8 ++++++-- src/components/Layout.jsx | 11 +++++++++++ 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 src/components/Layout.jsx diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index fac66bb..2ffae79 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -4,7 +4,7 @@ import { FaGithub, FaInstagram } from "react-icons/fa"; const Footer = () => { return ( -