From 3815df40e1ba0f34381a49e9e301b1b1931888d1 Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com> Date: Tue, 11 Feb 2025 15:17:25 -0500 Subject: [PATCH] docs(nx-dev): add webinar details for February 26th (#29989) Added the webinar notifier and related links to reflect the new date of February 26th. Revised webinar description to emphasize new topics. Reintroduced and adjusted UI references in enterprise hero section for better event promotion. --- nx-dev/nx-dev/pages/_app.tsx | 6 ++-- nx-dev/ui-common/src/lib/webinar-notifier.tsx | 13 +++---- nx-dev/ui-enterprise/src/lib/hero.tsx | 36 +++++++++---------- 3 files changed, 28 insertions(+), 27 deletions(-) diff --git a/nx-dev/nx-dev/pages/_app.tsx b/nx-dev/nx-dev/pages/_app.tsx index a02685d90b..5d3adc4c88 100644 --- a/nx-dev/nx-dev/pages/_app.tsx +++ b/nx-dev/nx-dev/pages/_app.tsx @@ -7,7 +7,7 @@ import Script from 'next/script'; import { useEffect } from 'react'; import '../styles/main.css'; import Link from 'next/link'; -import { LiveStreamNotifier, WebinarNotifier } from '@nx/nx-dev/ui-common'; +import { WebinarNotifier } from '@nx/nx-dev/ui-common'; export default function CustomApp({ Component, @@ -15,7 +15,7 @@ export default function CustomApp({ }: AppProps): JSX.Element { const router = useRouter(); const gaMeasurementId = 'UA-88380372-10'; - // RR2B --------- + // RB2B --------- const SCRIPT_ID = 'external-js-script'; const SCRIPT_BASE_URL = 'https://s3-us-west-2.amazonaws.com/b2bjsstore/b/'; const SCRIPT_KEY = '0NW1GH7YJ4O4'; // @@ -106,7 +106,7 @@ export default function CustomApp({ {/* */} - {/**/} + {/* Global Site Tag (gtag.js) - Google Analytics */}