Skip to content

Commit

Permalink
Merge pull request #170 from pedrolivaresanchez/update/sidebar
Browse files Browse the repository at this point in the history
Update Sidebar.tsx
  • Loading branch information
Pinx0 authored Nov 8, 2024
2 parents d24bd00 + 61cc72c commit b6c92a4
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 b6c92a4

Please sign in to comment.