diff --git a/frontend/src/components/Layouts/AppSidebar.vue b/frontend/src/components/Layouts/AppSidebar.vue index f0df5e57..05d5bbb0 100644 --- a/frontend/src/components/Layouts/AppSidebar.vue +++ b/frontend/src/components/Layouts/AppSidebar.vue @@ -514,6 +514,13 @@ const articles = ref([ { name: 'email-template', title: __('Email template') }, ], }, + { + title: __('Capturing leads'), + opened: false, + subArticles: [ + { name: 'web-form', title: __('Web form') }, + ], + }, { title: __('Views'), opened: false,