Skip to content

Commit

Permalink
Merge pull request #76 from Dium-dev/7-L-ATC-nav-component
Browse files Browse the repository at this point in the history
Fix to property in Nosotros page
  • Loading branch information
JohanMejia77 authored Dec 16, 2024
2 parents 61b1101 + 6c6fa0c commit 083398a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(nav-bar)/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const routes: RoutesProps = [
},
{ label: 'Como comprar', to: '/como-comprar' },
{ label: 'Blog', to: 'https://actualizatucarro.blogspot.com', target: '_blank' },
{ label: 'Nosotros', to: '/about-us' },
{ label: 'Nosotros', to: '/sobre-nosotros' },
]

export function NavBar() {
Expand Down

0 comments on commit 083398a

Please sign in to comment.