mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 00:40:22 +02:00
chore: Update UI design
This commit is contained in:
@@ -51,17 +51,17 @@ const editorColumnVariants: EditorColumn[][] = [
|
|||||||
{
|
{
|
||||||
title: 'Playground',
|
title: 'Playground',
|
||||||
description: 'Basic features, no login',
|
description: 'Basic features, no login',
|
||||||
redirectUrl:
|
proTrialUrl:
|
||||||
'https://www.mermaidchart.com/app/sign-up?utm_source=mermaid_js&utm_medium=3_editor_selection_A&utm_campaign=start_playground',
|
'https://www.mermaidchart.com/app/sign-up?utm_source=mermaid_js&utm_medium=3_editor_selection_A&utm_campaign=start_playground',
|
||||||
buttonText: 'Start free',
|
proTrialButtonText: 'Start free',
|
||||||
features: playgroundFeatures,
|
features: playgroundFeatures,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Free or Pro',
|
title: 'Free or Pro',
|
||||||
description: 'Advanced features, Free or Pro account',
|
description: 'Advanced features, Free or Pro account',
|
||||||
redirectUrl:
|
proTrialUrl:
|
||||||
'https://www.mermaidchart.com/app/sign-up?utm_source=mermaid_js&utm_medium=3_editor_selection_A&utm_campaign=start_free',
|
'https://www.mermaidchart.com/app/sign-up?utm_source=mermaid_js&utm_medium=3_editor_selection_A&utm_campaign=start_free',
|
||||||
buttonText: 'Start Free',
|
proTrialButtonText: 'Start free',
|
||||||
highlighted: true,
|
highlighted: true,
|
||||||
redBarText: 'Best for collaboration',
|
redBarText: 'Best for collaboration',
|
||||||
features: mermaidChartFeatures,
|
features: mermaidChartFeatures,
|
||||||
@@ -69,8 +69,8 @@ const editorColumnVariants: EditorColumn[][] = [
|
|||||||
{
|
{
|
||||||
title: 'Open Source',
|
title: 'Open Source',
|
||||||
description: 'Code only, no login',
|
description: 'Code only, no login',
|
||||||
redirectUrl: 'https://mermaid.live/edit',
|
proTrialUrl: 'https://mermaid.live/edit',
|
||||||
buttonText: 'Start free',
|
proTrialButtonText: 'Start free',
|
||||||
features: openSourceFeatures,
|
features: openSourceFeatures,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@@ -91,8 +91,8 @@ const editorColumnVariants: EditorColumn[][] = [
|
|||||||
{
|
{
|
||||||
title: 'Open Source',
|
title: 'Open Source',
|
||||||
description: 'Code only, no login',
|
description: 'Code only, no login',
|
||||||
redirectUrl: 'https://mermaid.live/edit',
|
|
||||||
buttonText: 'Start free',
|
buttonText: 'Start free',
|
||||||
|
redirectUrl: 'https://mermaid.live/edit',
|
||||||
isButtonMargined: true,
|
isButtonMargined: true,
|
||||||
features: openSourceFeatures,
|
features: openSourceFeatures,
|
||||||
},
|
},
|
||||||
@@ -111,8 +111,8 @@ const editorColumnVariants: EditorColumn[][] = [
|
|||||||
{
|
{
|
||||||
title: 'Open Source',
|
title: 'Open Source',
|
||||||
description: 'Code only, no login',
|
description: 'Code only, no login',
|
||||||
redirectUrl: 'https://mermaid.live/edit',
|
|
||||||
buttonText: 'Start free',
|
buttonText: 'Start free',
|
||||||
|
redirectUrl: 'https://mermaid.live/edit',
|
||||||
features: openSourceFeatures,
|
features: openSourceFeatures,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@@ -122,9 +122,9 @@ const editorColumnVariants: EditorColumn[][] = [
|
|||||||
description: 'Unlock AI and real-time collaboration',
|
description: 'Unlock AI and real-time collaboration',
|
||||||
highlighted: true,
|
highlighted: true,
|
||||||
redBarText: 'Recommended',
|
redBarText: 'Recommended',
|
||||||
redirectUrl:
|
proTrialButtonText: 'Start free',
|
||||||
|
proTrialUrl:
|
||||||
'https://www.mermaidchart.com/app/sign-up?utm_source=mermaid_js&utm_medium=editor_selection_D&utm_campaign=start_free',
|
'https://www.mermaidchart.com/app/sign-up?utm_source=mermaid_js&utm_medium=editor_selection_D&utm_campaign=start_free',
|
||||||
buttonText: 'Start free',
|
|
||||||
features: mermaidChartFeatures,
|
features: mermaidChartFeatures,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user