diff --git a/webapp/src/App.js b/webapp/src/App.js index 93e9c85..ca3a244 100644 --- a/webapp/src/App.js +++ b/webapp/src/App.js @@ -17,11 +17,9 @@ function App() { }, []); return ( - {/* Envolver con AuthProvider */} - {/* Rutas que incluyen el Navbar a través del componente Layout */} } /> } /> } /> @@ -30,7 +28,6 @@ function App() { } /> } /> - {/* Ruta NotFoundPage sin Layout para evitar mostrar el Navbar */} } /> diff --git a/webapp/src/components/pages/Error404Page.js b/webapp/src/components/pages/Error404Page.js index abbed6c..b0aefda 100644 --- a/webapp/src/components/pages/Error404Page.js +++ b/webapp/src/components/pages/Error404Page.js @@ -23,7 +23,7 @@ function Error404Page({ initialCountdown = 15 }) { return (

404 - ¡Ups! Te quedaste sin oxígeno