From 97655d7e7178544a8eb5f21fa9f318f8b13f0cb1 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 27 Jan 2025 18:18:32 -0600 Subject: [PATCH] Website: Fix unmatched ejs tag on homepage (#25800) Changes: - Fixed an unmatched ejs tag on the homepage. --- website/views/pages/homepage.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/views/pages/homepage.ejs b/website/views/pages/homepage.ejs index 4b382fb9f1..a876a4d7af 100644 --- a/website/views/pages/homepage.ejs +++ b/website/views/pages/homepage.ejs @@ -7,7 +7,7 @@ <%/* Hero text */%>

<%- partial('../partials/primary-tagline.partial.ejs') %>

-

<% /* 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' %>.

+

<%= /* 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' %>.

Learn how Talk to an engineer