Skip to content

Commit 7b7a005

Browse files
authored
Homepage: Simpler by default (#27831)
1 parent d6ec3c4 commit 7b7a005

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

website/views/pages/homepage.ejs

+5-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,11 @@
247247
<%} else {%>
248248
<h2>Is it any good?</h2>
249249
<%}%>
250-
<p>Considering a move to Fleet as a cross-platform, open-source MDM alternative? See how we compare:</p>
250+
<% if(primaryBuyingSituation === 'mdm'){ %>
251+
<p>Considering a move to Fleet as a multi-platform, open-source MDM alternative? See how we compare:</p>
252+
<% } else { %>
253+
<p>Considering a move to Fleet? See how we compare:</p>
254+
<% } %>
251255
<div purpose="desktop-comparison-table" class="d-none d-sm-block">
252256
<div purpose="comparison-table-header" class="d-sm-flex d-none flex-row justify-content-end">
253257
<div purpose="fleet-column" class="justify-content-center"><strong>Fleet</strong></div>

0 commit comments

Comments
 (0)