diff --git a/src/App.js b/src/App.js index f9cfd2f..49dfa14 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 72651cf..11de96c 100644 --- a/src/components/Menu.js +++ b/src/components/Menu.js @@ -100,7 +100,7 @@ function Menu() { { ...(location.pathname.startsWith('/aide-candidat') || location.pathname.startsWith('/aide-structure') || - location.pathname.startsWith('/nouveau-formulaire-coordinateur') ? { 'aria-current': true } : {}) + location.pathname.startsWith('/candidature-poste-coordinateur') ? { 'aria-current': true } : {}) }> Candidature @@ -124,9 +124,9 @@ function Menu() {
  • + {...(location.pathname.startsWith('/candidature-poste-coordinateur') ? { 'aria-current': 'page' } : {})}> Obtenir un poste de coordinateur de conseiller numérique
  • diff --git a/src/views/aide-candidat/Actions.js b/src/views/aide-candidat/Actions.js index 87461bb..3444308 100644 --- a/src/views/aide-candidat/Actions.js +++ b/src/views/aide-candidat/Actions.js @@ -2,13 +2,13 @@ import React from 'react'; function Actions() { - const urlFormConseiller = '/nouveau-formulaire-conseiller'; + const urlFormConseiller = '/candidature-conseiller'; return ( diff --git a/src/views/aide-structure/Questions.js b/src/views/aide-structure/Questions.js index 6400ccd..6d2c9ef 100644 --- a/src/views/aide-structure/Questions.js +++ b/src/views/aide-structure/Questions.js @@ -2,7 +2,7 @@ import React from 'react'; function Questions() { - const urlFormStructure = '/nouveau-formulaire-structure'; + const urlFormStructure = '/candidature-poste-conseiller'; return (
    @@ -49,7 +49,7 @@ function Questions() {