Skip to content

Commit 0fa0ae1

Browse files
committed
fix: added capturing leads doc link in help center
1 parent fe4e97d commit 0fa0ae1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

frontend/src/components/Layouts/AppSidebar.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,13 @@ const articles = ref([
514514
{ name: 'email-template', title: __('Email template') },
515515
],
516516
},
517+
{
518+
title: __('Capturing leads'),
519+
opened: false,
520+
subArticles: [
521+
{ name: 'web-form', title: __('Web form') },
522+
],
523+
},
517524
{
518525
title: __('Views'),
519526
opened: false,

0 commit comments

Comments
 (0)