diff --git a/src/components/Menu.js b/src/components/Menu.js index f316ba46..72651cf4 100644 --- a/src/components/Menu.js +++ b/src/components/Menu.js @@ -98,8 +98,8 @@ function Menu() { aria-controls="menu-cnfs" onClick={onClickMenu} { - ...(location.pathname.startsWith('/nouveau-formulaire-conseiller') || - location.pathname.startsWith('/nouveau-formulaire-structure') || + ...(location.pathname.startsWith('/aide-candidat') || + location.pathname.startsWith('/aide-structure') || location.pathname.startsWith('/nouveau-formulaire-coordinateur') ? { 'aria-current': true } : {}) }> Candidature @@ -108,17 +108,17 @@ function Menu() {