From 7cb76f4f70fc649674604fe03720096e9198a4da Mon Sep 17 00:00:00 2001 From: GamerBoss101 Date: Sun, 13 Apr 2025 03:47:25 -0400 Subject: [PATCH] Again Navbar --- src/lib/components/MobileNav.jsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/lib/components/MobileNav.jsx b/src/lib/components/MobileNav.jsx index b3971c5..7dbdec3 100644 --- a/src/lib/components/MobileNav.jsx +++ b/src/lib/components/MobileNav.jsx @@ -6,7 +6,7 @@ import { Home as IconHome, BookText as BookImage, User as UserImage, - Plus as PlusImage, + Plus as PlusImage } from "lucide-react"; import { useDevice } from "@/lib/context/DeviceContext"; @@ -24,14 +24,14 @@ const MobileNav = () => { {isAuthenticated ? ( -
- - - - - - -
+ + + + ) : null} + {isAuthenticated ? ( + + + ) : null}