From 1ea7bb43e1f23a16ecfceb3aa0688bed4bf8c8a9 Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:58:21 -0500 Subject: [PATCH] docs(nx-dev): update webinar signup link (#29090) Replaced the URL in the webinar signup link with a shortened version to simplify the href. Removed the onClick event handler for tracking the webinar sign-up click event. --- nx-dev/ui-common/src/lib/webinar-notifier.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/nx-dev/ui-common/src/lib/webinar-notifier.tsx b/nx-dev/ui-common/src/lib/webinar-notifier.tsx index 6dd22a18bf652..ab62e985409c8 100644 --- a/nx-dev/ui-common/src/lib/webinar-notifier.tsx +++ b/nx-dev/ui-common/src/lib/webinar-notifier.tsx @@ -76,15 +76,8 @@ export function WebinarNotifier(): ReactElement | null {

- sendCustomEvent( - 'webinar-sign-up-click', - 'december-10-2024', - 'webinar-notifier' - ) - } title="Signup" - href="https://go.nx.dev/december-webinar" + href="https://bit.ly/3B0Ebfe" target="_blank" rel="noopener noreferrer" className="inline-flex items-center justify-center gap-2 rounded-lg bg-pink-600 px-2 py-2 text-sm font-semibold text-white transition hover:bg-pink-700 focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-500 active:text-black/70 md:px-4"