[Navitem][s]: add portaljs.com to navbar

This commit is contained in:
steveoni
2023-10-10 14:15:39 +01:00
parent 6acef2be56
commit 9ea045d16a
2 changed files with 7 additions and 1 deletions

View File

@@ -31,6 +31,12 @@ const config = {
href: 'https://storybook.portaljs.org',
target: '_blank',
},
{
name: 'Cloud ☁️',
href: 'https://portaljs.com/',
target: '_blank',
style: 'text-blue-600 dark:text-blue-400'
},
// { name: "DL Demo", href: "/data-literate/demo" },
// { name: "Excel Viewer", href: "/excel-viewer" },
],