From 84124bebbb88c0be2269f9edcacbe2aea7eb5603 Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Wed, 10 Jan 2024 08:54:07 +0000 Subject: [PATCH] bring across recent fixes --- dotcom-rendering/src/components/marketing/epics/utils/ophan.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotcom-rendering/src/components/marketing/epics/utils/ophan.ts b/dotcom-rendering/src/components/marketing/epics/utils/ophan.ts index 0751eff760e..31b8c8fbdfa 100644 --- a/dotcom-rendering/src/components/marketing/epics/utils/ophan.ts +++ b/dotcom-rendering/src/components/marketing/epics/utils/ophan.ts @@ -47,7 +47,7 @@ export const OPHAN_COMPONENT_EVENT_CTAS_VIEW: OphanComponentEvent = { export const OPHAN_COMPONENT_EVENT_PRIMARY_CTA: OphanComponentEvent = { component: { - componentType: 'ACQUISITIONS_OTHER', + componentType: 'ACQUISITIONS_EPIC', id: OPHAN_COMPONENT_ID_PRIMARY_CTA, }, action: 'CLICK',