mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: update start form link (#23729)
Changes: - Updated a link in the managed cloud for growing deployments step to go to the the "Lets get you set up" meeting
This commit is contained in:
parent
f63334258a
commit
afe79ec32c
1 changed files with 1 additions and 1 deletions
2
website/views/pages/start.ejs
vendored
2
website/views/pages/start.ejs
vendored
|
|
@ -708,7 +708,7 @@
|
|||
<p>Unfortunately, managed cloud hosting is not yet available for growing deployments of less than 700 hosts.</p>
|
||||
</div>
|
||||
<div purpose="start-cards" class="justify-content-start">
|
||||
<a purpose="card" class="h-auto" :href="`https://calendly.com/fleetdm/talk-to-us?email=${encodeURIComponent(me.emailAddress)}&name=${encodeURIComponent(me.firstName+' '+me.lastName)}`">
|
||||
<a purpose="card" class="h-auto" :href="`https://calendly.com/fleetdm/chat?email=${encodeURIComponent(me.emailAddress)}&name=${encodeURIComponent(me.firstName+' '+me.lastName)}`">
|
||||
<img alt="Premium support" src="/images/icon-premium-support-64x64@2x.png">
|
||||
<h2>Get in touch</h2>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue