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