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' },
     ],
   },