Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit 00f2118

Browse files
committed
add utm parameters to modal
1 parent 894c672 commit 00f2118

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/header/ACLK/cloud-connection-status-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const CloudConnectionStatusModal = ({
7070
</ModalBody>
7171
<ModalFooter>
7272
<Box data-testid="cta1" margin={[0, 2, 0, 0]} width={{ min: 40 }}>
73-
<GoToCloud utmParameters={"Connection-to-cloud"}>
73+
<GoToCloud utmParameters={{ content: "connection-to-cloud" }}>
7474
{({ link }) => (
7575
<Button
7676
data-ga={`connection-to-cloud::click-ct1::ad`}

src/domains/dashboard/components/migration-modal/migration-modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const MigrationModal = ({
119119
/>
120120
</Box>
121121
<Box data-testid="cta1" margin={[0, 2, 0, 0]} width={{ min: 40 }}>
122-
<GoToCloud utmParameters={migrationModalPromo}>
122+
<GoToCloud utmParameters={{ content: migrationModalPromo }}>
123123
{({ link }) => (
124124
<Button
125125
data-ga={`${migrationModalPromo}::click-ct1::ad`}

0 commit comments

Comments
 (0)