mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: update link to mdm consensus video (#14340)
Closes: #14331 Changes: - Updated the link to the consensus video in the MDM demo email and the `/device-management page
This commit is contained in:
parent
d4261b44f1
commit
16d2371a5a
2 changed files with 2 additions and 2 deletions
2
website/views/emails/email-mdm-video.ejs
vendored
2
website/views/emails/email-mdm-video.ejs
vendored
|
|
@ -3,7 +3,7 @@
|
|||
<p style="margin-bottom: 4px;">In case you want to watch it again</p>
|
||||
<h2 style="font-weight: 800; font-size: 32px; line-height: 48px; margin-bottom: 32px; margin-top: 0px">Fleet brings GitOps to MDM</h2>
|
||||
|
||||
<a style="cursor: pointer; font-size: 16px; line-height: 54px; font-weight: 700; margin-bottom: 32px; background: #FF5C83; border-radius: 8px; height: 54px; display: block; color: #FFF; width: 260px; text-decoration: none; text-align: center;" href="https://play.goconsensus.com/ue5caa4fa" target="_blank">Watch Dave's MDM demo</a>
|
||||
<a style="cursor: pointer; font-size: 16px; line-height: 54px; font-weight: 700; margin-bottom: 32px; background: #FF5C83; border-radius: 8px; height: 54px; display: block; color: #FFF; width: 260px; text-decoration: none; text-align: center;" href="https://play.goconsensus.com/ue326b4dd" target="_blank">Watch Dave's MDM demo</a>
|
||||
|
||||
<div style="font-size: 14px; line-height: 20px; color: #515774">
|
||||
<p><span style="background-image: url('https://fleetdm.com/images/icon-checkmark-green-16x16@2x.png'); background-size: 14px 14px; display: inline-block; position: relative; top: 2px;margin-right: 8px; width: 14px; height: 14px;"></span>Zero-touch setup for macOS computers</p>
|
||||
|
|
|
|||
2
website/views/pages/fleet-mdm.ejs
vendored
2
website/views/pages/fleet-mdm.ejs
vendored
|
|
@ -122,7 +122,7 @@
|
|||
<div purpose="modal-form" class="text-center" v-else>
|
||||
<h2 class="mb-2">Thank you!</h2>
|
||||
<p class="mb-4">We just sent you an email in case you need to watch it again.</p>
|
||||
<a purpose="cta-button" class="btn btn-primary btn-block" href="https://play.goconsensus.com/ue5caa4fa" target="_blank"><p class="mb-0">Watch Dave's MDM demo</p></a>
|
||||
<a purpose="cta-button" class="btn btn-primary btn-block" href="https://play.goconsensus.com/ue326b4dd" target="_blank"><p class="mb-0">Watch Dave's MDM demo</p></a>
|
||||
</div>
|
||||
</div>
|
||||
</modal>
|
||||
|
|
|
|||
Loading…
Reference in a new issue