Skip to content

Commit

Permalink
added utm code to basenames launch modal (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi authored Aug 22, 2024
1 parent 83bc4f6 commit dfd69a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function ModalCta({ buttonClassNames, setIsModalOpen }: ModalCtaP
}, [logEventWithContext, setIsModalOpen]);

return (
<Link href="/names" onClick={handleClick}>
<Link href="/names?utm_source=dotorg&utm_medium=modal" onClick={handleClick}>
<Button className={buttonClassNames}>Get your basename</Button>
</Link>
);
Expand Down

0 comments on commit dfd69a0

Please sign in to comment.