diff --git a/index.html b/index.html index fbbab0c0..79e10e15 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,6 @@ })(); - + diff --git a/src/App.js b/src/App.js index f9cfd2fd..49dfa14b 100644 --- a/src/App.js +++ b/src/App.js @@ -52,9 +52,9 @@ function App() { }/> - }/> - }/> - }/> + }/> + }/> + }/> }/> }/> }/> diff --git a/src/components/Menu.js b/src/components/Menu.js index f4a0c88b..11de96ce 100644 --- a/src/components/Menu.js +++ b/src/components/Menu.js @@ -97,8 +97,12 @@ function Menu() { aria-expanded={activeMenu === 'cnfs'} aria-controls="menu-cnfs" onClick={onClickMenu} - {...(location.pathname.startsWith('/aide-candidat') || location.pathname.startsWith('/aide-structure') ? { 'aria-current': true } : {})}> - Recrutement + { + ...(location.pathname.startsWith('/aide-candidat') || + location.pathname.startsWith('/aide-structure') || + location.pathname.startsWith('/candidature-poste-coordinateur') ? { 'aria-current': true } : {}) + }> + Candidature