Merge branch 'main' of https://github.com/datopian/portaljs
This commit is contained in:
commit
63ad514f9e
@ -30,16 +30,13 @@ export function Hero() {
|
|||||||
</ButtonLink>
|
</ButtonLink>
|
||||||
|
|
||||||
<ButtonLink
|
<ButtonLink
|
||||||
style="secondary"
|
style="primary"
|
||||||
className="mt-8 ml-3"
|
className="mt-8 ml-3"
|
||||||
href="https://github.com/datopian/portaljs"
|
href="https://portaljs.com/"
|
||||||
>
|
>
|
||||||
View on GitHub
|
PortalJS Cloud
|
||||||
</ButtonLink>
|
</ButtonLink>
|
||||||
|
|
||||||
<div className="md:max-w-md mx-auto lg:mx-0 ">
|
|
||||||
<NewsletterForm />
|
|
||||||
</div>
|
|
||||||
<p className="my-10 text-l tracking-wide">
|
<p className="my-10 text-l tracking-wide">
|
||||||
<span>A project of</span>
|
<span>A project of</span>
|
||||||
<a
|
<a
|
||||||
|
|||||||
@ -29,7 +29,7 @@ export default function NavItem({ item }) {
|
|||||||
onMouseLeave={closeDropdown}
|
onMouseLeave={closeDropdown}
|
||||||
target={item.target || '_self'}
|
target={item.target || '_self'}
|
||||||
onClick={() => setshowDropdown(!showDropdown)}
|
onClick={() => setshowDropdown(!showDropdown)}
|
||||||
className="text-slate-600 dark:text-slate-400 inline-flex items-center mr-2 px-1 pt-1 text-sm font-medium hover:text-slate-500"
|
className={`${item.name.includes("Cloud") ? "text-blue-600 dark:text-blue-400" : "text-slate-600 dark:text-slate-400"} inline-flex items-center mr-2 px-1 pt-1 text-sm font-medium hover:text-slate-500`}
|
||||||
>
|
>
|
||||||
{item.name}
|
{item.name}
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
@ -31,6 +31,12 @@ const config = {
|
|||||||
href: 'https://storybook.portaljs.org',
|
href: 'https://storybook.portaljs.org',
|
||||||
target: '_blank',
|
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: "DL Demo", href: "/data-literate/demo" },
|
||||||
// { name: "Excel Viewer", href: "/excel-viewer" },
|
// { name: "Excel Viewer", href: "/excel-viewer" },
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user