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
|
||||
style="secondary"
|
||||
style="primary"
|
||||
className="mt-8 ml-3"
|
||||
href="https://github.com/datopian/portaljs"
|
||||
href="https://portaljs.com/"
|
||||
>
|
||||
View on GitHub
|
||||
PortalJS Cloud
|
||||
</ButtonLink>
|
||||
|
||||
<div className="md:max-w-md mx-auto lg:mx-0 ">
|
||||
<NewsletterForm />
|
||||
</div>
|
||||
<p className="my-10 text-l tracking-wide">
|
||||
<span>A project of</span>
|
||||
<a
|
||||
|
||||
@ -29,7 +29,7 @@ export default function NavItem({ item }) {
|
||||
onMouseLeave={closeDropdown}
|
||||
target={item.target || '_self'}
|
||||
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}
|
||||
</Link>
|
||||
|
||||
@ -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" },
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user