From dfe5608681b3e587741cf4e685e8ce9da99cb3cd Mon Sep 17 00:00:00 2001 From: ashley Date: Fri, 25 Oct 2024 23:02:13 +0000 Subject: [PATCH] fix --- html/landing.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/landing.ejs b/html/landing.ejs index 3313897d..9f65379e 100644 --- a/html/landing.ejs +++ b/html/landing.ejs @@ -162,7 +162,7 @@ const features = [ const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3); %> - +
<% randomFeatures.forEach(feature => { %>
@@ -171,7 +171,7 @@ const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3);

<%- feature.description %>

<% }) %> - +
<%- include('./partials/card', icon_background='transparent',