Skip to content

Commit

Permalink
Met à jour les liens de navigation vers le site 1J1S (#4059)
Browse files Browse the repository at this point in the history
* fix: met à jour les liens de navigation vers le site 1J1S

* Ajoute un lien manquant
  • Loading branch information
Shamzic authored Nov 10, 2023
1 parent f075029 commit 37595cc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/1j1s/navigation-1j1s.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,17 @@ const navigation = [
{
label: "Formations et orientation",
children: [
{ label: "Formations", link: "/formations" },
{ label: "Formations initiales", link: "/formations-initiales" },
{
label: "Formations en apprentissage",
link: "/formations/apprentissage",
},
{ label: "Découvrir les métiers", link: "/decouvrir-les-metiers" },
{ label: "Participer à des évènements", link: "/evenements" },
{
label: "Découvrir et trouver sa voie avec l’apprentissage",
link: "/choisir-apprentissage",
},
],
},
{
Expand All @@ -152,7 +156,7 @@ const navigation = [
{
label: "Logement",
children: [
{ label: "Annonces", link: "/logement/annonces" },
{ label: "Annonces", link: "/logements/annonces" },
{
label: "Aides financières au logement",
link: "/logements/aides-logement",
Expand Down

0 comments on commit 37595cc

Please sign in to comment.