Skip to content

Commit

Permalink
Merge pull request #5394 from mermaid-js/update-announcement-bar-link
Browse files Browse the repository at this point in the history
DOCS: update Announcement bar link
  • Loading branch information
sidharthv96 committed Mar 19, 2024
2 parents 33287a6 + f86da19 commit 6502036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mermaid/src/docs/.vitepress/components/TopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
>
<p class="flex-grow text-center tracking-wide text-text">
<a
href="https://www.mermaidchart.com/app/landing"
href="https://www.mermaidchart.com/landing"
target="_blank"
class="unstyled flex-grow tracking-wide plausible-event-name=bannerClick"
>
Expand Down
2 changes: 1 addition & 1 deletion scripts/editor.bash
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ yarn install
yarn link mermaid

# Force Build the site
yarn run build -- --force
yarn run build

0 comments on commit 6502036

Please sign in to comment.