Skip to content

Commit

Permalink
Update from Shopify for theme sneakerlab/trunk
Browse files Browse the repository at this point in the history
Committed from shop: Sneaker Lab 2022
  • Loading branch information
shopify[bot] authored Nov 3, 2023
1 parent 5139627 commit 5c0e6e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sections/ticker.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
{% for block in section.blocks %}
<li class="glide__slide">
<input hidden id="stat-{{ forloop.index }}" class="stat-input" value="{{ block.settings.stat-number }}">
<p>{{ block.settings['stat-text'] }}</p>
{{ block.settings['stat-text'] }}
</li>
{% endfor %}
</ul>
Expand All @@ -115,7 +115,7 @@
<ul class="glide__slides" id="ulContainer2">
{% for block in section.blocks %}
<li class="glide__slide">
<p>{{ block.settings['stat-text-2'] }}</p>
{{ block.settings['stat-text-2'] }}
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit 5c0e6e7

Please sign in to comment.