Skip to content

Commit

Permalink
Merge pull request #166 from pedrolivaresanchez/refactor/remove-item-…
Browse files Browse the repository at this point in the history
…link

refactor: removed item from sidebar
  • Loading branch information
patrickwebsdev authored Nov 8, 2024
2 parents ef393d7 + 179cce8 commit f912cdf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/components/layout/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,6 @@ export default function Sidebar({ isOpen, toggleAction }: SidebarProps) {
color: 'text-teal-600',
isHref: true,
},
{
icon: CarTaxiFront,
title: 'Compartir Coche',
description: 'Viaja u ofrece viajes con otros',
path: 'https://anem.guruwalk.com/',
color: 'text-amber-600',
isHref: true,
},
{
icon: Car,
title: 'Encontrar tu Coche',
Expand Down

0 comments on commit f912cdf

Please sign in to comment.