diff --git a/src/pages/PageNotFound/PageNotFoundPage.jsx b/src/pages/PageNotFound/PageNotFoundPage.tsx similarity index 61% rename from src/pages/PageNotFound/PageNotFoundPage.jsx rename to src/pages/PageNotFound/PageNotFoundPage.tsx index 5957cb5..afee5d0 100644 --- a/src/pages/PageNotFound/PageNotFoundPage.jsx +++ b/src/pages/PageNotFound/PageNotFoundPage.tsx @@ -1,4 +1,4 @@ -import Background from "../../components/Background/Background.jsx"; +import Background from "../../components/Background/Background"; import styles from "./PageNotFoundPage.module.css" import { useNavigate } from "react-router"; import { APP_CONFIG } from "../../config/appConfig.js"; @@ -12,14 +12,14 @@ export default function PageNotFoundPage() {

Page non trouvée

- Désolé, la page que vous recherchez n’existe pas ou n’est plus disponible.
+ Désolé, la page que vous recherchez n'existe pas ou n'est plus disponible.
Vous pouvez :
- - Vérifier l’URL pour une éventuelle erreur de saisie.
- - Revenir à l’accueil navigate("/")} className={styles.redirectSpan}>ici.
+ - Vérifier l'URL pour une éventuelle erreur de saisie.
+ - Revenir à l'accueil navigate("/")} className={styles.redirectSpan}>ici.

Contact : {APP_CONFIG.contactEmail}

-} \ No newline at end of file +}