modified not found

This commit is contained in:
2025-11-26 11:03:57 -06:00
parent 7e43591f8a
commit c8e7cea5bb
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1,5 +1,4 @@
.notfound {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
+1 -1
View File
@@ -14,7 +14,7 @@ export default function NotFound() {
Lo sentimos, la página que buscas no existe o ha sido movida. Verifica
la URL o regresa a la página principal.
</p>
<button onClick={() => router.push("/front-Censo")}>
<button onClick={() => router.push("/")}>
Regresar al inicio
</button>
</section>