diff --git a/packages/mermaid/src/docs/.vitepress/components/EditorSelectionModal.vue b/packages/mermaid/src/docs/.vitepress/components/EditorSelectionModal.vue index e41a7096d..52b635392 100644 --- a/packages/mermaid/src/docs/.vitepress/components/EditorSelectionModal.vue +++ b/packages/mermaid/src/docs/.vitepress/components/EditorSelectionModal.vue @@ -11,6 +11,7 @@ interface EditorColumn { description: string; redirectUrl: string; highlighted?: boolean; + proTrialUrl?: string; features: Feature[]; } @@ -32,6 +33,8 @@ const editorColumns: EditorColumn[] = [ redirectUrl: 'https://www.mermaidchart.com/app/sign-up?utm_source=mermaid_js&utm_medium=editor_selection&utm_campaign=mermaid_chart&redirect=%2Fapp%2Fdiagrams%2Fnew', highlighted: true, + proTrialUrl: + 'https://www.mermaidchart.com/app/sign-up?utm_source=mermaid_js&utm_medium=editor_selection&utm_campaign=mermaid_chart_trial&redirect=%2Fapp%2Fuser%2Fbilling%2Fcheckout', features: [ { iconUrl: '/icons/folder.svg', featureName: 'Storage' }, { iconUrl: '/icons/terminal.svg', featureName: 'Code editor' }, @@ -121,6 +124,14 @@ onUnmounted(() => { > Start free + + Start Pro trial +