From 6677ce3906670afd2a2d13e91f37ccadebca12a7 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Tue, 4 Mar 2025 00:55:10 +0100 Subject: Fix shit --- 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 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' } ]; -- cgit v1.3