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

<%- feature.title %>

+
<%- feature.icon %> + <%- feature.title %>

<%- feature.description %>

<% }) %>