mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-05 20:14:14 +01:00
chore: Update plan in editor selection modal
This commit is contained in:
@@ -20,17 +20,11 @@ interface EditorColumn {
|
||||
}
|
||||
|
||||
const mermaidChartFeatures: Feature[] = [
|
||||
{ iconUrl: '/icons/folder.svg', featureName: 'Storage' },
|
||||
{ iconUrl: '/icons/terminal.svg', featureName: 'Code editor' },
|
||||
{ iconUrl: '/icons/ai-diagram.svg', featureName: 'AI diagram generator' },
|
||||
{ iconUrl: '/icons/whiteboard.svg', featureName: 'Whiteboard' },
|
||||
{ iconUrl: '/icons/group.svg', featureName: 'Teams' },
|
||||
{ iconUrl: '/icons/groups.svg', featureName: 'Multi-user editing' },
|
||||
{ iconUrl: '/icons/ai-repair.svg', featureName: 'AI diagram repair' },
|
||||
{ iconUrl: '/icons/version-history.svg', featureName: 'Version history' },
|
||||
{ iconUrl: '/icons/comment.svg', featureName: 'Comments' },
|
||||
{ iconUrl: '/icons/presentation.svg', featureName: 'Presentations' },
|
||||
{ iconUrl: '/icons/plugins.svg', featureName: 'Advanced plugins' },
|
||||
{ iconUrl: '/icons/whiteboard.svg', featureName: 'Visual editor' },
|
||||
{ iconUrl: '/icons/ai-diagram.svg', featureName: '300 AI credits' },
|
||||
{ iconUrl: '/icons/folder.svg', featureName: 'Unlimited diagram storage' },
|
||||
{ iconUrl: '/icons/presentation.svg', featureName: 'Limitless diagram size' },
|
||||
{ iconUrl: '/icons/comment.svg', featureName: 'View & comment collaboration' },
|
||||
];
|
||||
|
||||
const openSourceFeatures: Feature[] = [
|
||||
@@ -42,8 +36,8 @@ const openSourceFeatures: Feature[] = [
|
||||
|
||||
const editorColumns: EditorColumn[] = [
|
||||
{
|
||||
title: 'Mermaid Pro',
|
||||
description: 'Unlock AI and real-time collaboration',
|
||||
title: 'Mermaid Plus',
|
||||
description: 'Unlock AI, storage and collaboration',
|
||||
highlighted: true,
|
||||
redBarText: 'Recommended',
|
||||
proTrialButtonText: 'Start free trial',
|
||||
|
||||
Reference in New Issue
Block a user