mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 01:34:43 -05:00
fix
This commit is contained in:
parent
a931643afc
commit
dfe5608681
1 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ const features = [
|
||||||
|
|
||||||
const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3);
|
const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3);
|
||||||
%>
|
%>
|
||||||
|
<div class="new-feature-set">
|
||||||
<% randomFeatures.forEach(feature => { %>
|
<% randomFeatures.forEach(feature => { %>
|
||||||
<div class="feature-set">
|
<div class="feature-set">
|
||||||
|
|
||||||
|
@ -171,7 +171,7 @@ const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3);
|
||||||
<p><%- feature.description %></p></div>
|
<p><%- feature.description %></p></div>
|
||||||
|
|
||||||
<% }) %>
|
<% }) %>
|
||||||
|
</div>
|
||||||
<div class="adaptive-grid">
|
<div class="adaptive-grid">
|
||||||
<%- include('./partials/card',
|
<%- include('./partials/card',
|
||||||
icon_background='transparent',
|
icon_background='transparent',
|
||||||
|
|
Loading…
Reference in a new issue