From 190808147ca15e2f805eaa873b5e0f6ee1fbca66 Mon Sep 17 00:00:00 2001 From: blaiseup Date: Thu, 10 Oct 2024 19:00:09 +0300 Subject: [PATCH] fix: emit download cta click event for download cta header flag --- src/components/CTA.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CTA.js b/src/components/CTA.js index 23e4bc2412..b0f31f0a47 100644 --- a/src/components/CTA.js +++ b/src/components/CTA.js @@ -139,7 +139,7 @@ const CTA = props => { if (flagName === 'mm-download-cta-header') { const currentPath = removeLanguageCode(location?.pathname) if (currentPath === '/') { - ldClient?.track('home-header-portfolio-cta-click') + ldClient?.track('home-header-download-cta-click') ldClient?.flush() } }