We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ec3c4 commit 7b7a005Copy full SHA for 7b7a005
website/views/pages/homepage.ejs
@@ -247,7 +247,11 @@
247
<%} else {%>
248
<h2>Is it any good?</h2>
249
<%}%>
250
- <p>Considering a move to Fleet as a cross-platform, open-source MDM alternative? See how we compare:</p>
+ <% 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
+ <% } %>
255
<div purpose="desktop-comparison-table" class="d-none d-sm-block">
256
<div purpose="comparison-table-header" class="d-sm-flex d-none flex-row justify-content-end">
257
<div purpose="fleet-column" class="justify-content-center"><strong>Fleet</strong></div>
0 commit comments