Update XYChart's nav link in the docs template

The site gives 404 with xychart but navigates correctly with xyChart
This commit is contained in:
Arda Aydın
2023-11-05 22:35:36 +03:00
committed by GitHub
parent f5bd1e0809
commit b61ea4b8aa

View File

@@ -150,7 +150,7 @@ function sidebarSyntax() {
{ text: 'Timeline 🔥', link: '/syntax/timeline' },
{ text: 'Zenuml 🔥', link: '/syntax/zenuml' },
{ text: 'Sankey 🔥', link: '/syntax/sankey' },
{ text: 'XYChart 🔥', link: '/syntax/xychart' },
{ text: 'XYChart 🔥', link: '/syntax/xyChart' },
{ text: 'Other Examples', link: '/syntax/examples' },
],
},