mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Homepage: Simpler by default (#27831)
This commit is contained in:
parent
d6ec3c4cef
commit
7b7a00558c
1 changed files with 5 additions and 1 deletions
6
website/views/pages/homepage.ejs
vendored
6
website/views/pages/homepage.ejs
vendored
|
|
@ -247,7 +247,11 @@
|
|||
<%} else {%>
|
||||
<h2>Is it any good?</h2>
|
||||
<%}%>
|
||||
<p>Considering a move to Fleet as a cross-platform, open-source MDM alternative? See how we compare:</p>
|
||||
<% if(primaryBuyingSituation === 'mdm'){ %>
|
||||
<p>Considering a move to Fleet as a multi-platform, open-source MDM alternative? See how we compare:</p>
|
||||
<% } else { %>
|
||||
<p>Considering a move to Fleet? See how we compare:</p>
|
||||
<% } %>
|
||||
<div purpose="desktop-comparison-table" class="d-none d-sm-block">
|
||||
<div purpose="comparison-table-header" class="d-sm-flex d-none flex-row justify-content-end">
|
||||
<div purpose="fleet-column" class="justify-content-center"><strong>Fleet</strong></div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue