Skip to content

Commit

Permalink
Update Sidebar.tsx
Browse files Browse the repository at this point in the history
Quitamos botón "Encontrar tu coche" y actualizamos path y descripción de botón desaparecidos, para que redirija a personas-animales-desaparecidos que contiene la búsqueda de personas, animales y vehículos.

De esa manera enlaza al mismo sitio que en la página principal, el botón Desaparecidos y Extraivados
  • Loading branch information
GuillePrograma94 authored Nov 8, 2024
1 parent 61af723 commit 61cc72c
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions src/components/layout/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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 (
Expand Down

0 comments on commit 61cc72c

Please sign in to comment.