diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx
index be2ac4682a5b719a8393ed8ba48aaf21558c0871..dabf5695d0495ef453f8a50901bf32107cc0e96a 100644
--- a/src/components/Navbar.jsx
+++ b/src/components/Navbar.jsx
@@ -10,9 +10,7 @@ const Navbar = () => {
         <NavLink to='/AboutMe' className={({ isActive }) => isActive ? "text-blue-600" : "text-black" }>
           A propos
         </NavLink>
-        <a href='../AboutMe#project' className={({ isActive }) => isActive ? "text-blue-600" : "text-black"}>
-          Mes projets
-        </a>
+        
       </nav>
     </header>
   )