Skip to content

Commit fad1f1c

Browse files
committed
chore: add umami tracking for copy profile link interaction in account menu
1 parent 68b1b69 commit fad1f1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Account/Menu/CopyLink.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const CopyLink = ({ account }: CopyLinkProps) => {
2626
}
2727
onClick={(event) => {
2828
stopEventPropagation(event);
29+
umami.track("copy_profile_link");
2930
copyLink();
3031
}}
3132
>

0 commit comments

Comments
 (0)