1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-16 20:54:40 -05:00
This commit is contained in:
ashley 2024-10-25 23:03:09 +00:00
parent dfe5608681
commit cad92a9ad2

View file

@ -167,7 +167,8 @@ const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3);
<div class="feature-set">
<div class="feature-set-title"><%- feature.icon %>
<%- feature.title %> </div>
<h2><%- feature.title %></h2>
</div>
<p><%- feature.description %></p></div>
<% }) %>