diff --git a/src/components/layout/Sidebar.tsx b/src/components/layout/Sidebar.tsx index 946f6603..ed83d57b 100644 --- a/src/components/layout/Sidebar.tsx +++ b/src/components/layout/Sidebar.tsx @@ -105,10 +105,9 @@ export default function Sidebar({ isOpen, toggleAction }: SidebarProps) { { icon: UserSearch, title: 'Desaparecidos', - description: 'Reportar personas', - path: 'https://desaparecidosdana.pythonanywhere.com/', + description: 'Reportar o buscar', + path: '/personas-animales-desaparecidos', color: 'text-purple-600', - isHref: true, }, { icon: Package, @@ -148,14 +147,6 @@ export default function Sidebar({ isOpen, toggleAction }: SidebarProps) { color: 'text-teal-600', isHref: true, }, - { - icon: Car, - title: 'Encontrar tu Coche', - description: 'Sistema de registro y consulta de vehĂ­culos perdidos', - path: 'https://tucochedana.es/index.php/', - color: 'text-blue-600', - isHref: true, - }, ]; return (