diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-04 00:55:10 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-04 00:55:10 +0100 |
| commit | 6677ce3906670afd2a2d13e91f37ccadebca12a7 (patch) | |
| tree | ec764c34f69923fd361d7cf5b81fd1b01d4913d4 /src/Layout.tsx | |
| parent | 79f3c42b0c04c7fd77481c14e6e9c345677b8c42 (diff) | |
Fix shit
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 de5a16a..2a7816c 100644 --- a/src/Layout.tsx +++ b/src/Layout.tsx @@ -1,6 +1,6 @@ import { ReactNode } from 'react'; import { Link, useLocation } from 'react-router'; -import { MapPin, Map, Info } from 'lucide-react'; +import { MapPin, Map, Settings } from 'lucide-react'; import './Layout.css'; interface LayoutProps { @@ -22,9 +22,9 @@ export function Layout({ children }: LayoutProps) { path: '/map' }, { - name: 'Acerca de', - icon: Info, - path: '/about' + name: 'Ajustes', + icon: Settings, + path: '/settings' } ]; |
