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"
onClick={() =>
sendCustomEvent(
'contact-sales-click',
'subscribe-newsletter-click',
'solutions-leadership-hero',
'solutions-leadership'
)

View File

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

View File

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