From 7bae825ee816a064cfee169cc2eda4b2c45efa35 Mon Sep 17 00:00:00 2001 From: internxt-yu Date: Wed, 8 Jul 2026 16:51:50 +0200 Subject: [PATCH] changed event value --- src/pages/ultimate/antivirus.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ultimate/antivirus.tsx b/src/pages/ultimate/antivirus.tsx index ac9f166be..f0aa8d2bc 100644 --- a/src/pages/ultimate/antivirus.tsx +++ b/src/pages/ultimate/antivirus.tsx @@ -25,7 +25,7 @@ import { handleImpactEvent } from '@/services/impact.service'; import { checkout } from '@/lib/auth'; const CLAIM_DEAL_CTA_SELECTOR = 'a[href$="#priceCard"], #choose-storage-button, #billingButtons button'; -const CLAIM_DEAL_EVENT = 'claim_deal_click'; +const CLAIM_DEAL_EVENT = 'Claim Deal'; interface AntivirusProps { lang: GetServerSidePropsContext['locale'];