Skip to content

Commit 97655d7

Browse files
authored
Website: Fix unmatched ejs tag on homepage (#25800)
Changes: - Fixed an unmatched ejs tag on the homepage.
1 parent f58d425 commit 97655d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/views/pages/homepage.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<%/* Hero text */%>
88
<div purpose="hero-text" class="d-flex flex-column justify-content-center">
99
<h1 class="mx-auto <%= primaryBuyingSituation%>"><%- partial('../partials/primary-tagline.partial.ejs') %></h1>
10-
<p><% /* Replace cross-platform hacks with */<%= primaryBuyingSituation === 'vm'? 'Secure, open-source reporting that works the way you want' : primaryBuyingSituation === 'eo-security'? 'Open-source telemetry that works the way you want' : 'Lightning fast device management that lets employees see what\'s going on' %>.</p>
10+
<p><%= /* Replace cross-platform hacks with */ primaryBuyingSituation === 'vm'? 'Secure, open-source reporting that works the way you want' : primaryBuyingSituation === 'eo-security'? 'Open-source telemetry that works the way you want' : 'Lightning fast device management that lets employees see what\'s going on' %>.</p>
1111
<div purpose="button-row" class="d-flex flex-sm-row flex-column justify-content-center align-items-center">
1212
<a purpose="cta-button" href="<%= primaryBuyingSituation === 'mdm' ? '/device-management' : primaryBuyingSituation === 'vm' ? '/vulnerability-management' : primaryBuyingSituation === 'eo-security' ? '/orchestration' : primaryBuyingSituation === 'eo-it' ? '/orchestration' : '/device-management' %>">Learn how</a>
1313
<animated-arrow-button href="/contact">Talk to an engineer</animated-arrow-button>

0 commit comments

Comments
 (0)