Vincent 11 месяцев назад
Родитель
Сommit
07197a57b9
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      components/Layout/Navigation.vue

+ 1 - 0
components/Layout/Navigation.vue

@@ -39,6 +39,7 @@ const menu: Array<MainMenuItem> = [
     label: 'À propos',
     children: [
       { label: 'Qui sommes-nous', to: '/qui-sommes-nous' },
+      { label: 'Nos partenaires', to: '/nos-partenaires' },
       { label: 'Nous rejoindre', to: '/nous-rejoindre' },
     ],
   },