From faad2b4d80f463028418c755de11920993cc471a Mon Sep 17 00:00:00 2001 From: ashley Date: Fri, 25 Oct 2024 22:57:15 +0000 Subject: [PATCH] oops --- html/landing.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/landing.ejs b/html/landing.ejs index c0984e4e..1a234724 100644 --- a/html/landing.ejs +++ b/html/landing.ejs @@ -166,9 +166,9 @@ const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3);
<% randomFeatures.forEach(feature => { %>
-
<%= feature.icon %>
-

<%= feature.title %>

-

<%= feature.description %>

+
<%- feature.icon %>
+

<%- feature.title %>

+

<%- feature.description %>

<% }) %>