mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: add utm_source to calendly link (#7178)
This commit is contained in:
parent
acf60189ff
commit
d458d11048
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ parasails.registerPage('new-license', {
|
|||
clickScheduleDemo: async function() {
|
||||
this.syncing = true;
|
||||
// Note: we keep loading spinner present indefinitely so that it is apparent that a new page is loading
|
||||
window.location = 'https://calendly.com/fleetdm/demo';
|
||||
window.location = 'https://calendly.com/fleetdm/demo?utm_source=self+service+100';
|
||||
},
|
||||
|
||||
clickResetForm: async function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue