Rename rgpd route

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-02-03 16:31:21 +01:00
parent 9e715cc575
commit 1489a10711
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export default function Footer(){
</div>
<nav className={styles.footerNav}>
<Link to="/RGPD" className={styles.link} onClick={scrollToTop}>
<Link to="/rgpd" className={styles.link} onClick={scrollToTop}>
Fiche RGPD
</Link>
<span className={styles.separator}></span>
+1 -1
View File
@@ -72,7 +72,7 @@ const router = createBrowserRouter([
Component: legalNotices,
},
{
path: "/RGPD",
path: "/rgpd",
Component: RGPD,
},
]