From 33324f55151b8448852634dc312ba3067844c62b Mon Sep 17 00:00:00 2001 From: isra el Date: Mon, 3 Jun 2024 07:44:38 +0300 Subject: [PATCH] chore(web): fix navbar and footer mobile responsiveness --- web/components/Footer.tsx | 9 ++++++++- web/components/Navbar.tsx | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/web/components/Footer.tsx b/web/components/Footer.tsx index 6956c9a..f92a9df 100644 --- a/web/components/Footer.tsx +++ b/web/components/Footer.tsx @@ -30,7 +30,14 @@ export default function Footer() { justify={'center'} align={'center'} > - + Home Dashboard diff --git a/web/components/Navbar.tsx b/web/components/Navbar.tsx index 0b018aa..2968aa6 100644 --- a/web/components/Navbar.tsx +++ b/web/components/Navbar.tsx @@ -81,11 +81,11 @@ export default function Navbar() { - + {/* Github - + */} {!authUser && (