Skip to content

Commit

Permalink
feat: add "Ayuda a empresas" url
Browse files Browse the repository at this point in the history
  • Loading branch information
Troleomotor10 committed Nov 25, 2024
1 parent 5ee5b85 commit 1147f91
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/layout/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import {
Landmark,
Scale,
MessageCircleQuestion,
Building2
} from 'lucide-react';
import UserInfo from '../UserInfo';
import { useQuery } from '@tanstack/react-query';
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 1147f91

Please sign in to comment.