mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 17:28:43 +01:00
forgor
This commit is contained in:
parent
faad2b4d80
commit
fef0cc3edc
1 changed files with 2 additions and 2 deletions
|
@ -166,8 +166,8 @@ const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3);
|
|||
<div class="features-container">
|
||||
<% randomFeatures.forEach(feature => { %>
|
||||
<div class="feature">
|
||||
<div class="feature-icon"><%- feature.icon %></div>
|
||||
<h3><%- feature.title %></h3>
|
||||
<div class="feature-set-title"><%- feature.icon %>
|
||||
<%- feature.title %> </div>
|
||||
<p><%- feature.description %></p>
|
||||
</div>
|
||||
<% }) %>
|
||||
|
|
Loading…
Reference in a new issue