Skip to content

Commit

Permalink
Change run symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Mar 11, 2024
1 parent 32ca0b9 commit 6422175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/docs/.vitepress/theme/Mermaid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<pre><code contenteditable="true" @input="updateCode" @keydown.meta.enter="renderChart" ref="editableContent" class="editable-code"></code></pre>
<div class="buttons-container">
<span>{{ ctrlSymbol }} + Enter</span><span>|</span>
<button @click="renderChart">Run </button>
<button @click="renderChart">Run </button>
</div>
</div>
<div v-html="svg"></div>
Expand Down

0 comments on commit 6422175

Please sign in to comment.