diff --git a/client/src/components/Navbar.jsx b/client/src/components/Navbar.jsx index a9c7c5a..843c56d 100644 --- a/client/src/components/Navbar.jsx +++ b/client/src/components/Navbar.jsx @@ -4,8 +4,8 @@ import { AiOutlineClose } from "react-icons/ai"; import logo from "../../images/logo.png"; -const NavBarItem = ({ title, classprops }) => ( -