Skip to content

Commit

Permalink
correction page erreur
Browse files Browse the repository at this point in the history
  • Loading branch information
fatydm committed Jul 29, 2024
1 parent 482a397 commit 1b4c2bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/Error.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function Error() {

<section className="contenuError">
<h1 className="titleError">404</h1>
<p className="textError">Oups! La page que vous demandez n'hésite pas</p>
<p className="textError">Oups! La page que vous demandez n'existe pas</p>
<Link to='/' className="linkError">Retourner sur la page d'accueil</Link>
</section>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/Location.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Location = () => {

// Get the userId param from the URL.
let { id } = useParams();
const navigate = useNavigate();
// const navigate = useNavigate();

const logement = Dataloges.find((element) => element.id == id)

Expand Down

0 comments on commit 1b4c2bc

Please sign in to comment.