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.
This commit is contained in:
Benjamin Cabanes 2024-11-26 18:58:21 -05:00 committed by GitHub
parent 47663727c1
commit 1ea7bb43e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,15 +76,8 @@ export function WebinarNotifier(): ReactElement | null {
</p>
<div className="flex flex-wrap items-center justify-end gap-1 sm:gap-4">
<a
onClick={() =>
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"