docs(nx-dev): remove webinar notifier & event link (#29737)
Commented out the `WebinarNotifier` in `_app.tsx` and the live event link section in `hero.tsx`.
This commit is contained in:
parent
21a1f4e385
commit
ae9aa5ac76
@ -106,7 +106,7 @@ export default function CustomApp({
|
|||||||
</Link>
|
</Link>
|
||||||
<Component {...pageProps} />
|
<Component {...pageProps} />
|
||||||
{/* <LiveStreamNotifier /> */}
|
{/* <LiveStreamNotifier /> */}
|
||||||
<WebinarNotifier />
|
{/*<WebinarNotifier />*/}
|
||||||
|
|
||||||
{/* Global Site Tag (gtag.js) - Google Analytics */}
|
{/* Global Site Tag (gtag.js) - Google Analytics */}
|
||||||
<Script
|
<Script
|
||||||
|
|||||||
@ -33,24 +33,24 @@ export function Hero(): ReactElement {
|
|||||||
</svg>
|
</svg>
|
||||||
<div className="mx-auto max-w-7xl px-6 pb-24 pt-32 lg:flex lg:px-8 lg:pt-56">
|
<div className="mx-auto max-w-7xl px-6 pb-24 pt-32 lg:flex lg:px-8 lg:pt-56">
|
||||||
<div className="mx-auto max-w-2xl lg:mx-0 lg:-mt-12 lg:shrink-0">
|
<div className="mx-auto max-w-2xl lg:mx-0 lg:-mt-12 lg:shrink-0">
|
||||||
<p>
|
{/*<p>*/}
|
||||||
<a
|
{/* <a*/}
|
||||||
href="https://bit.ly/40t8IMN"
|
{/* href="https://bit.ly/40t8IMN"*/}
|
||||||
title="See live event in details"
|
{/* title="See live event in details"*/}
|
||||||
className="group/event-link inline-flex space-x-6"
|
{/* className="group/event-link inline-flex space-x-6"*/}
|
||||||
>
|
{/* >*/}
|
||||||
<span className="rounded-full bg-blue-600/10 px-3 py-1 text-sm/6 font-semibold text-blue-600 ring-1 ring-inset ring-blue-600/10 dark:bg-cyan-600/10 dark:text-cyan-600 dark:ring-cyan-600/10">
|
{/* <span className="rounded-full bg-blue-600/10 px-3 py-1 text-sm/6 font-semibold text-blue-600 ring-1 ring-inset ring-blue-600/10 dark:bg-cyan-600/10 dark:text-cyan-600 dark:ring-cyan-600/10">*/}
|
||||||
Live event
|
{/* Live event*/}
|
||||||
</span>
|
{/* </span>*/}
|
||||||
<span className="inline-flex items-center space-x-2 text-sm/6 font-medium">
|
{/* <span className="inline-flex items-center space-x-2 text-sm/6 font-medium">*/}
|
||||||
<span>Webinar + live Q&A on January 22nd</span>
|
{/* <span>Webinar + live Q&A on January 22nd</span>*/}
|
||||||
<ChevronRightIcon
|
{/* <ChevronRightIcon*/}
|
||||||
aria-hidden="true"
|
{/* aria-hidden="true"*/}
|
||||||
className="size-5 transform transition-all group-hover/event-link:translate-x-1"
|
{/* className="size-5 transform transition-all group-hover/event-link:translate-x-1"*/}
|
||||||
/>
|
{/* />*/}
|
||||||
</span>
|
{/* </span>*/}
|
||||||
</a>
|
{/* </a>*/}
|
||||||
</p>
|
{/*</p>*/}
|
||||||
<SectionHeading
|
<SectionHeading
|
||||||
id="get-speed-and-scale"
|
id="get-speed-and-scale"
|
||||||
as="h1"
|
as="h1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user