diff options
Diffstat (limited to 'src/Layout.tsx')
| -rw-r--r-- | src/Layout.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Layout.tsx b/src/Layout.tsx index 5aaafbf..34f5dbf 100644 --- a/src/Layout.tsx +++ b/src/Layout.tsx @@ -9,20 +9,20 @@ interface LayoutProps { export function Layout({ children }: LayoutProps) { const location = useLocation(); - + const navItems = [ { - name: 'Stops', + name: 'Paradas', icon: MapPin, path: '/stops' }, { - name: 'Maps', + name: 'Mapa', icon: Map, path: '/map' }, { - name: 'About', + name: 'Acerca de', icon: Info, path: '/about' } |
