Update calendar-banner.partial.ejs (#18824)

This commit is contained in:
Mike McNeil 2024-05-07 23:28:52 -05:00 committed by GitHub
parent be364afde8
commit ee8bd43c49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@
<h2>Tell employees why</h2>
<p>Use AI to explain why your security policies matter, and install required updates en masse without locking people out of meetings.</p>
<%} %>
<% if (!primaryBuyingSituation) { %><div purpose="calendar-checklist" class="flex-column d-flex">
<% if (primaryBuyingSituation && !['eo-security'].includes(primaryBuyingSituation) { %><div purpose="calendar-checklist" class="flex-column d-flex">
<p>Say goodbye to annoying IT notifications and restarts.</p>
<p>Use AI to explain why your security policies matter.</p>
<p>Stop making exceptions for executives when OS updates lock them out of important meetings.</p>

View file

@ -14,11 +14,11 @@
<h3>Tell employees why</h3>
<p>Use AI to explain why your security policies matter, and install required updates en masse without locking people out of meetings.</p>
<%} %>
<div purpose="calendar-checklist" class="flex-column d-flex">
<% if (primaryBuyingSituation && !['eo-security'].includes(primaryBuyingSituation) { %><div purpose="calendar-checklist" class="flex-column d-flex">
<p>Say goodbye to annoying IT notifications and restarts.</p>
<p>Use AI to explain why your security policies matter.</p>
<p>Stop making exceptions for executives when OS updates lock them out of important meetings.</p>
</div>
</div><% } %>
<div purpose="video-button" class="d-flex flex-row align-items-center" @click="clickOpenVideoModal('calendar')">
<img src="/images/icon-play-video-32x32@2x.png" alt="play button">Watch the video
</div>