diff --git a/frontend/src/components/BottomNav.vue b/frontend/src/components/BottomNav.vue index e042319..db5e520 100644 --- a/frontend/src/components/BottomNav.vue +++ b/frontend/src/components/BottomNav.vue @@ -11,7 +11,7 @@ const navItems = [ { name: 'map', path: '/map', icon: 'map' }, { name: 'schedules', path: '/schedules', icon: 'schedule' }, { name: 'discover', path: '/discover', icon: 'explore' }, - { name: 'taxi', path: '/taxi', icon: 'directions_bus' } + { name: 'taxi', path: '/transporte', icon: 'directions_bus' } ] const isNavigating = ref(false)