From 3af9ad2acc76a3f0f593869a939dac614949332e Mon Sep 17 00:00:00 2001 From: GamerBoss101 Date: Sun, 13 Apr 2025 00:46:36 -0400 Subject: [PATCH] Mobile Navbar Label Fixes --- src/lib/components/MobileNav.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/components/MobileNav.jsx b/src/lib/components/MobileNav.jsx index c37f8cb..ee69f1d 100644 --- a/src/lib/components/MobileNav.jsx +++ b/src/lib/components/MobileNav.jsx @@ -18,14 +18,14 @@ const MobileNav = () => { return (
- + - + {isAuthenticated ? ( - + ) : null}