Vincent 11 tháng trước cách đây
mục cha
commit
07197a57b9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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' },
     ],
   },