We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e41d4 commit 95ba802Copy full SHA for 95ba802
1 file changed
packages/layerchart/src/routes/_NavMenu.svelte
@@ -133,7 +133,13 @@
133
currentUrl={$page.url}
134
path="/getting-started"
135
/>
136
-<NavItem text="Changelog" icon={mdiFormatListBulleted} currentUrl={$page.url} path="/changelog" />
+<NavItem
137
+ text="Changelog"
138
+ icon={mdiFormatListBulleted}
139
+ currentUrl={$page.url}
140
+ path="https://github.com/techniq/layerchart/releases"
141
+ target="_blank"
142
+/>
143
144
<!-- <h1>Charts</h1>
145
{#each Object.entries(charts) as [header, items]}
0 commit comments