chore: Update labels

This commit is contained in:
Sidharth Vinod
2024-11-14 13:50:46 +05:30
parent f954dfab61
commit 90716ef8d5
+8 -2
View File
@@ -87,9 +87,15 @@
<div class="mx-2 flex flex-1 gap-2 px-2">
<a href="/"><img class="size-6" src="./favicon.svg" alt="Mermaid Live Editor" /></a>
<div
id="switcher"
class="flex items-center justify-center gap-2 font-bold"
class:flex-row-reverse={isReferral}>
<a href="/">Mermaid Live Editor</a>
<a href="/">
{#if !isReferral}
Mermaid
{/if}
Live Editor
</a>
{#if isEnabledMermaidChartLinks}
<input
type="checkbox"
@@ -105,7 +111,7 @@
isReferral ? 'noreferrer' : ''
);
}} />
<a href="{MCBaseURL}/play#{$stateStore.serialized}">Mermaid Chart Playground</a>
<a href="{MCBaseURL}/play#{$stateStore.serialized}">Playground</a>
{/if}
</div>
</div>