diff --git a/front-end/src/components/common/bottomNavBar.jsx b/front-end/src/components/common/bottomNavBar.jsx index b2c91cc..be144ed 100644 --- a/front-end/src/components/common/bottomNavBar.jsx +++ b/front-end/src/components/common/bottomNavBar.jsx @@ -1,5 +1,5 @@ import { useLocation, useNavigate } from "react-router-dom" -import Logo from "./logo" +import Logo from "./Logo" const BottomNavBar = () => { const navigate = useNavigate();