Skip to content

Commit

Permalink
docs(nx-dev): remove webinar banner (#29315)
Browse files Browse the repository at this point in the history
The webinar has happened, no need of the banner anymore.
  • Loading branch information
bcabanes authored Dec 11, 2024
1 parent b4aadcc commit f0172c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function CustomApp({
</Link>
<Component {...pageProps} />
{/* <LiveStreamNotifier /> */}
<WebinarNotifier />
{/*<WebinarNotifier />*/}

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

0 comments on commit f0172c2

Please sign in to comment.