Vincent 11 ヶ月 前
コミット
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' },
     ],
   },