|
|
@@ -47,8 +47,6 @@ export function Header({ page }) {
|
|
|
),
|
|
|
className: 'h-8 w-8 sm:hidden',
|
|
|
})}
|
|
|
- {/* <IconWithName product={page.product} className="hidden sm:flex" /> */}
|
|
|
- {/* {console.log(page.product)} */}
|
|
|
<div className="flex">
|
|
|
<Logo className="h-8 w-8" />
|
|
|
<div className="ml-4 flex flex-1 flex-col justify-center text-left">
|
|
|
@@ -63,58 +61,59 @@ export function Header({ page }) {
|
|
|
</Link>
|
|
|
</div>
|
|
|
<div className="flex flex-col lg:hidden">
|
|
|
- <SwitcherDialog>
|
|
|
- {({ setIsOpen }) => (
|
|
|
- <button
|
|
|
- onClick={() => setIsOpen(true)}
|
|
|
- className="-mx-4 -my-2 rounded-lg px-4 py-2"
|
|
|
- >
|
|
|
- {React.cloneElement(page.product.icon, {
|
|
|
- color: categoryToColor.get(
|
|
|
- page.product.navigationMenuCatergory
|
|
|
- ),
|
|
|
- className: 'h-8 w-8 sm:hidden',
|
|
|
- })}
|
|
|
- <IconWithName
|
|
|
- product={page.product}
|
|
|
- className="hidden sm:flex"
|
|
|
- description={true}
|
|
|
- />
|
|
|
- </button>
|
|
|
- )}
|
|
|
- </SwitcherDialog>
|
|
|
+ <IconWithName
|
|
|
+ product={page.product}
|
|
|
+ className="flex"
|
|
|
+ description={false}
|
|
|
+ />
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<NavList />
|
|
|
|
|
|
<div className="relative flex basis-0 items-center justify-end gap-6 sm:gap-8 lg:flex-grow">
|
|
|
- <div className="-my-5 mr-6 sm:mr-8 lg:mr-0">
|
|
|
+ <div className="-my-5">
|
|
|
<Search />
|
|
|
</div>
|
|
|
<ThemeSelector className="relative z-10" />
|
|
|
<Link
|
|
|
href={page.product.github}
|
|
|
- className="group"
|
|
|
+ className="group hidden sm:block"
|
|
|
aria-label="GitHub"
|
|
|
target="_blank"
|
|
|
>
|
|
|
<GitHubIcon className="h-6 w-6 fill-slate-400 group-hover:fill-slate-500 dark:group-hover:fill-slate-300" />
|
|
|
</Link>
|
|
|
+ <Link
|
|
|
+ href={'https://discord.com/invite/metaplex'}
|
|
|
+ className="group hidden sm:block"
|
|
|
+ aria-label="Discord"
|
|
|
+ target="_blank"
|
|
|
+ >
|
|
|
+ <DiscordIcon className="h-6 w-6 fill-slate-400 group-hover:fill-slate-500 dark:group-hover:fill-slate-300" />
|
|
|
+ </Link>
|
|
|
+ <Link
|
|
|
+ href={'https://x.com/metaplex'}
|
|
|
+ className="group hidden sm:block"
|
|
|
+ aria-label="X"
|
|
|
+ target="_blank"
|
|
|
+ >
|
|
|
+ <XIcon className="h-6 w-6 fill-slate-400 group-hover:fill-slate-500 dark:group-hover:fill-slate-300" />
|
|
|
+ </Link>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
{!page.product.isJsxPage &&
|
|
|
page.product.sections &&
|
|
|
page.product.sections.length > 1 && (
|
|
|
- <div className="flex justify-center px-8 py-2">
|
|
|
+ <div className="hidden justify-center px-8 py-2 md:flex">
|
|
|
<IconWithName
|
|
|
product={page.product}
|
|
|
- className="flex items-center sm:flex"
|
|
|
+ className="hidden items-center lg:flex"
|
|
|
/>
|
|
|
|
|
|
<Sections
|
|
|
- className="hidden gap-6 px-2 py-2 text-sm sm:px-4 lg:flex lg:px-6 "
|
|
|
+ className="flex gap-6 px-2 py-2 text-sm sm:px-4 lg:px-6 "
|
|
|
sections={page.product.sections}
|
|
|
activeSectionId={page.activeSection?.id}
|
|
|
/>
|
|
|
@@ -131,3 +130,19 @@ function GitHubIcon(props) {
|
|
|
</svg>
|
|
|
)
|
|
|
}
|
|
|
+
|
|
|
+function DiscordIcon(props) {
|
|
|
+ return (
|
|
|
+ <svg aria-hidden="true" viewBox="0 0 16 16" {...props}>
|
|
|
+ <path d="M13.545 2.907a13.2 13.2 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.2 12.2 0 0 0-3.658 0 8 8 0 0 0-.412-.833.05.05 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.04.04 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032q.003.022.021.037a13.3 13.3 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019q.463-.63.818-1.329a.05.05 0 0 0-.01-.059l-.018-.011a9 9 0 0 1-1.248-.595.05.05 0 0 1-.02-.066l.015-.019q.127-.095.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.05.05 0 0 1 .053.007q.121.1.248.195a.05.05 0 0 1-.004.085 8 8 0 0 1-1.249.594.05.05 0 0 0-.03.03.05.05 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.2 13.2 0 0 0 4.001-2.02.05.05 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.03.03 0 0 0-.02-.019m-8.198 7.307c-.789 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612m5.316 0c-.788 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612" />
|
|
|
+ </svg>
|
|
|
+ )
|
|
|
+}
|
|
|
+
|
|
|
+function XIcon(props) {
|
|
|
+ return (
|
|
|
+ <svg {...props} viewBox="0 0 16 16" aria-hidden="true">
|
|
|
+ <path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z" />
|
|
|
+ </svg>
|
|
|
+ )
|
|
|
+}
|