aboutsummaryrefslogtreecommitdiff
path: root/src/Layout.tsx
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-04 00:55:10 +0100
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-04 00:55:10 +0100
commit6677ce3906670afd2a2d13e91f37ccadebca12a7 (patch)
treeec764c34f69923fd361d7cf5b81fd1b01d4913d4 /src/Layout.tsx
parent79f3c42b0c04c7fd77481c14e6e9c345677b8c42 (diff)
Fix shit
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'
}
];