From 6f1d037d1a4d0fe5f74ba581448391b7ce48308b Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 19 Apr 2024 15:22:37 -0500 Subject: [PATCH] Website: Update homepage to show calendar banner for users with a `primaryBuyingSituation` (#18429) Closes: #18420 Changes: - updated the homepage to show a banner for the upcoming calendar feature for users who have a `primaryBuyingSituation` set --- website/views/pages/homepage.ejs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/website/views/pages/homepage.ejs b/website/views/pages/homepage.ejs index 874974ed8c..93b6325544 100644 --- a/website/views/pages/homepage.ejs +++ b/website/views/pages/homepage.ejs @@ -50,14 +50,14 @@ - + + <% if(['mdm', 'eo-it'].includes(primaryBuyingSituation)) {%>

Put IT in your calendar

Install updates and force restarts when your users’ computers are actually free.

<%} else if(['vm', 'eo-security'].includes(primaryBuyingSituation)) {%> @@ -76,7 +76,8 @@ Fleet in your calendar - --> + + <% } %>
<%/* Endpoint ops block */%>