modified not found
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
.notfound {
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user