chore: update UI for variant A

This commit is contained in:
rajat-ht
2025-08-13 21:51:21 +05:30
parent 9e81e1146a
commit 62dee0bad4

View File

@@ -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,
},
],