diff --git a/src/components/layout/Sidebar.tsx b/src/components/layout/Sidebar.tsx index 305dbf0..360b82c 100644 --- a/src/components/layout/Sidebar.tsx +++ b/src/components/layout/Sidebar.tsx @@ -18,6 +18,7 @@ import { Landmark, Scale, MessageCircleQuestion, + Building2 } from 'lucide-react'; import UserInfo from '../UserInfo'; import { useQuery } from '@tanstack/react-query'; @@ -125,6 +126,14 @@ export default function Sidebar({ isOpen, toggleAction }: SidebarProps) { path: '/puntos-entrega', color: 'text-gray-800', }, + { + icon: Building2, + title: 'Ayuda a Empresas', + description: 'Colabora con empresas afectadas', + path: 'https://solidana.es/', + color: 'text-gray-800', + isHref: true, + }, { icon: Scale, title: 'Servicio Notarial',