mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 04:49:00 +01:00
oops
This commit is contained in:
parent
001a22e325
commit
faad2b4d80
1 changed files with 3 additions and 3 deletions
|
@ -166,9 +166,9 @@ 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>
|
||||
<p><%= feature.description %></p>
|
||||
<div class="feature-icon"><%- feature.icon %></div>
|
||||
<h3><%- feature.title %></h3>
|
||||
<p><%- feature.description %></p>
|
||||
</div>
|
||||
<% }) %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue