docs(nx-dev): update analytics event identifier (#31506)

Update event identifier for newsletter subscription clicks in Solutions' hero components.
This commit is contained in:
Benjamin Cabanes 2025-06-09 12:30:52 -04:00 committed by GitHub
parent 35f54044ca
commit 51bddad10f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View File

@ -147,7 +147,7 @@ export function SolutionsLeadershipHero(): ReactElement {
size="default" size="default"
onClick={() => onClick={() =>
sendCustomEvent( sendCustomEvent(
'contact-sales-click', 'subscribe-newsletter-click',
'solutions-leadership-hero', 'solutions-leadership-hero',
'solutions-leadership' 'solutions-leadership'
) )

View File

@ -130,8 +130,8 @@ export function SolutionsManagementHero(): ReactElement {
onClick={() => onClick={() =>
sendCustomEvent( sendCustomEvent(
'contact-sales-click', 'contact-sales-click',
'solutions-engineering-hero', 'solutions-management-hero',
'solutions-engineering' 'solutions-management'
) )
} }
> >
@ -145,9 +145,9 @@ export function SolutionsManagementHero(): ReactElement {
size="default" size="default"
onClick={() => onClick={() =>
sendCustomEvent( sendCustomEvent(
'contact-sales-click', 'subscribe-newsletter-click',
'solutions-engineering-hero', 'solutions-management-hero',
'solutions-engineering' 'solutions-management'
) )
} }
> >

View File

@ -146,7 +146,7 @@ export function SolutionsPlatformHero(): ReactElement {
size="default" size="default"
onClick={() => onClick={() =>
sendCustomEvent( sendCustomEvent(
'contact-sales-click', 'subscribe-newsletter-click',
'solutions-platform-hero', 'solutions-platform-hero',
'solutions-platform' 'solutions-platform'
) )