chore: Use mermaid.live as fallback links in button

This commit is contained in:
Sidharth Vinod
2025-05-28 21:53:24 +05:30
parent 8e84a1a8af
commit ef449a601b
2 changed files with 6 additions and 2 deletions

View File

@@ -120,7 +120,9 @@ function nav() {
}, },
{ {
text: '💻 Open Editor', text: '💻 Open Editor',
link: '/', link: 'https://mermaid.live/edit',
target: '_blank',
rel: 'external',
}, },
]; ];
} }

View File

@@ -17,7 +17,9 @@ hero:
actions: actions:
- theme: brand - theme: brand
text: Try Editor text: Try Editor
link: / link: https://mermaid.live/edit
target: _blank
rel: external
- theme: alt - theme: alt
text: Get started text: Get started
link: /intro/ link: /intro/