mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-19 08:16:42 +02:00
chore: update UI for variant A
This commit is contained in:
@@ -51,9 +51,9 @@ const editorColumnVariants: EditorColumn[][] = [
|
|||||||
{
|
{
|
||||||
title: 'Playground',
|
title: 'Playground',
|
||||||
description: 'Basic features, no login',
|
description: 'Basic features, no login',
|
||||||
proTrialUrl:
|
redirectUrl:
|
||||||
'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',
|
||||||
proTrialButtonText: 'Start free',
|
buttonText: 'Start free',
|
||||||
features: playgroundFeatures,
|
features: playgroundFeatures,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -69,8 +69,8 @@ const editorColumnVariants: EditorColumn[][] = [
|
|||||||
{
|
{
|
||||||
title: 'Open Source',
|
title: 'Open Source',
|
||||||
description: 'Code only, no login',
|
description: 'Code only, no login',
|
||||||
proTrialUrl: 'https://mermaid.live/edit',
|
redirectUrl: 'https://mermaid.live/edit',
|
||||||
proTrialButtonText: 'Start free',
|
buttonText: 'Start free',
|
||||||
features: openSourceFeatures,
|
features: openSourceFeatures,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user