Skip to content

Commit

Permalink
chore(web): Update Calendly link
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed May 31, 2024
1 parent b1f4caa commit 119baea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/web/src/components/utils/ProductLead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,7 @@ export const ProductLead = ({
segment.track('Scheduled call clicked - [Product lead]', {
feature: id,
});
window.open(
`https://calendly.com/novuhq/novu-meeting?full_name=${currentUser?.firstName}&email=${
currentUser?.email
}&utm_campaign=${id}&utm_source=${isSelfHosted ? 'self-hosted' : 'cloud'}`
);
window.open('https://notify.novu.co/meetings/novuhq/notifications-45min?utm_campaign=in-app');
}}
variant="outline"
>
Expand Down

0 comments on commit 119baea

Please sign in to comment.