Update sidebar.jsx

This commit is contained in:
Arcade69 2025-04-13 01:37:26 +02:00 committed by GitHub
parent 09897a5181
commit 0c9c0acea8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,16 +43,6 @@ function Sidebar({ isOpen, toggleSidebar }) {
Gestion des objets
</a>
</li>
<li className="mb-3">
<a className="text-white no-underline hover:underline" href="#">
Paramètres
</a>
</li>
<li className="mb-3">
<a className="text-white no-underline hover:underline" href="#">
Rapports
</a>
</li>
</ul>
</nav>
</aside>