Skip to content

Commit ae9aa5a

Browse files
authored
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`.
1 parent 21a1f4e commit ae9aa5a

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

nx-dev/nx-dev/pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export default function CustomApp({
106106
</Link>
107107
<Component {...pageProps} />
108108
{/* <LiveStreamNotifier /> */}
109-
<WebinarNotifier />
109+
{/*<WebinarNotifier />*/}
110110

111111
{/* Global Site Tag (gtag.js) - Google Analytics */}
112112
<Script

nx-dev/ui-enterprise/src/lib/hero.tsx

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,24 @@ export function Hero(): ReactElement {
3333
</svg>
3434
<div className="mx-auto max-w-7xl px-6 pb-24 pt-32 lg:flex lg:px-8 lg:pt-56">
3535
<div className="mx-auto max-w-2xl lg:mx-0 lg:-mt-12 lg:shrink-0">
36-
<p>
37-
<a
38-
href="https://bit.ly/40t8IMN"
39-
title="See live event in details"
40-
className="group/event-link inline-flex space-x-6"
41-
>
42-
<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">
43-
Live event
44-
</span>
45-
<span className="inline-flex items-center space-x-2 text-sm/6 font-medium">
46-
<span>Webinar + live Q&A on January 22nd</span>
47-
<ChevronRightIcon
48-
aria-hidden="true"
49-
className="size-5 transform transition-all group-hover/event-link:translate-x-1"
50-
/>
51-
</span>
52-
</a>
53-
</p>
36+
{/*<p>*/}
37+
{/* <a*/}
38+
{/* href="https://bit.ly/40t8IMN"*/}
39+
{/* title="See live event in details"*/}
40+
{/* className="group/event-link inline-flex space-x-6"*/}
41+
{/* >*/}
42+
{/* <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">*/}
43+
{/* Live event*/}
44+
{/* </span>*/}
45+
{/* <span className="inline-flex items-center space-x-2 text-sm/6 font-medium">*/}
46+
{/* <span>Webinar + live Q&A on January 22nd</span>*/}
47+
{/* <ChevronRightIcon*/}
48+
{/* aria-hidden="true"*/}
49+
{/* className="size-5 transform transition-all group-hover/event-link:translate-x-1"*/}
50+
{/* />*/}
51+
{/* </span>*/}
52+
{/* </a>*/}
53+
{/*</p>*/}
5454
<SectionHeading
5555
id="get-speed-and-scale"
5656
as="h1"

0 commit comments

Comments
 (0)