From 714496af6d22a4dbccfe3f0d3b112dbc3387caed Mon Sep 17 00:00:00 2001 From: rajat-ht Date: Tue, 6 May 2025 03:46:01 +0530 Subject: [PATCH] chore: minor change --- packages/mermaid/src/docs/.vitepress/components/TopBar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mermaid/src/docs/.vitepress/components/TopBar.vue b/packages/mermaid/src/docs/.vitepress/components/TopBar.vue index 2dbfd8931..16978eff8 100644 --- a/packages/mermaid/src/docs/.vitepress/components/TopBar.vue +++ b/packages/mermaid/src/docs/.vitepress/components/TopBar.vue @@ -8,11 +8,11 @@ interface Taglines { const taglines: Taglines[] = [ { - label: 'Replace ChatGPT Pro, Mermaid.live, and Lucid Chart with Mermaid Pro', + label: 'Replace ChatGPT Pro, Mermaid.live, and Lucid Chart with Mermaid Chart', url: 'https://www.mermaidchart.com/mermaid-ai?utm_source=mermaid_js&utm_medium=banner_ad&utm_campaign=aibundle', }, { - label: 'Diagram live with teammates in Mermaid Pro', + label: 'Diagram live with teammates in Mermaid Chart', url: 'https://www.mermaidchart.com/landing?utm_source=mermaid_js&utm_medium=banner_ad&utm_campaign=team_collaboration', }, ];