Skip to content

Commit 95ba802

Browse files
committed
Send changelog to github releases
1 parent c6e41d4 commit 95ba802

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

packages/layerchart/src/routes/_NavMenu.svelte

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,13 @@
133133
currentUrl={$page.url}
134134
path="/getting-started"
135135
/>
136-
<NavItem text="Changelog" icon={mdiFormatListBulleted} currentUrl={$page.url} path="/changelog" />
136+
<NavItem
137+
text="Changelog"
138+
icon={mdiFormatListBulleted}
139+
currentUrl={$page.url}
140+
path="https://github.com/techniq/layerchart/releases"
141+
target="_blank"
142+
/>
137143

138144
<!-- <h1>Charts</h1>
139145
{#each Object.entries(charts) as [header, items]}

0 commit comments

Comments
 (0)