MobileNav Bug Fix
This commit is contained in:
@@ -9,7 +9,9 @@ import {
|
|||||||
User as UserImage,
|
User as UserImage,
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
|
|
||||||
const Footer = () => {
|
import { useDevice } from "@/lib/context/DeviceContext";
|
||||||
|
|
||||||
|
const MobileNav = () => {
|
||||||
|
|
||||||
const { isAuthenticated } = useDevice();
|
const { isAuthenticated } = useDevice();
|
||||||
|
|
||||||
@@ -35,4 +37,4 @@ const Footer = () => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Footer;
|
export default MobileNav;
|
||||||
|
|||||||
Reference in New Issue
Block a user