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}