aboutsummaryrefslogtreecommitdiff
path: root/src/Layout.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Layout.tsx')
-rw-r--r--src/Layout.tsx8
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'
}
];