feat: Tweak links
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
import SunIcon from '~icons/material-symbols/sunny-rounded';
|
||||
const menuItems = [
|
||||
{ label: 'New Diagram', icon: AddIcon, href: '/' },
|
||||
{ label: 'Home', icon: HomeIcon, href: '/' },
|
||||
{ label: 'Docs', icon: BookIcon, href: '/docs' },
|
||||
{ label: 'Help', icon: HelpIcon, href: '/pricing' }
|
||||
{ label: 'Home', icon: HomeIcon, href: 'https://mermaid.js.org/' },
|
||||
{ label: 'Docs', icon: BookIcon, href: 'https://mermaid.js.org/intro/' },
|
||||
{ label: 'Help', icon: HelpIcon, href: 'https://discord.gg/sKeNQX4Wtj' }
|
||||
];
|
||||
</script>
|
||||
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
<Toggle bind:pressed={isHistoryOpen} size="sm">
|
||||
<HistoryIcon />
|
||||
</Toggle>
|
||||
<Button size="sm">Share</Button>
|
||||
<Button size="sm" class="cursor-not-allowed">Share</Button>
|
||||
{#if env.isEnabledMermaidChartLinks}
|
||||
<Button
|
||||
variant="accent"
|
||||
|
||||
Reference in New Issue
Block a user