From d33c4c4ab19b6217dda63c1b4c970505f93c5578 Mon Sep 17 00:00:00 2001 From: Hanzo_dev <2002samudiojohan@gmail.com> Date: Fri, 27 Feb 2026 20:57:59 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20correcci=C3=B3n=20de=20ruta=20en=20Botto?= =?UTF-8?q?mNav=20para=20secci=C3=B3n=20transporte=20y=20mejoras=20en=20vi?= =?UTF-8?q?stas=20de=20taxis=20y=20shuttles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/BottomNav.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)