From 4192cc1b5d1e2951963457516de0f9fe668c3b9a Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Mon, 3 Mar 2025 19:13:53 +0100 Subject: Improve more the UI --- src/Layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Layout.tsx') 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' } -- cgit v1.3