mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: Update personalization on /endpoint-ops page. (#18784)
Changes: - Updated personalization on the endpoint ops page for users who have a primaryBuyingSituation set to MDM
This commit is contained in:
parent
c0d112ec09
commit
d0741f276b
1 changed files with 1 additions and 1 deletions
2
website/views/pages/endpoint-ops.ejs
vendored
2
website/views/pages/endpoint-ops.ejs
vendored
|
|
@ -41,7 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div purpose="testimonials" class="d-flex flex-md-row flex-column align-items-center justify-content-between">
|
||||
<% if(primaryBuyingSituation === 'eo-it') { %>
|
||||
<% if(['eo-it', 'mdm'].includes(primaryBuyingSituation)) { %>
|
||||
<div purpose="testimonial-quote">
|
||||
<div purpose="quote">
|
||||
<img alt="an opening quotation mark" style="width:20px; margin-bottom: 16px;" src="/images/icon-quote-21x17@2x.png">
|
||||
|
|
|
|||
Loading…
Reference in a new issue