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 Oct 16, 2023
1 parent b717c16 commit 20ee223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/ticker.liquid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% if section.settings.enable_ticker %}
<link rel="stylesheet" href="{{ odometer-theme-minimal.css | asset_url }}">

Check failure on line 2 in sections/ticker.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

sections/ticker.liquid#L2

[UndefinedObject] Undefined object `odometer-theme-minimal`
<script src="{{ odometer.min.js | asset_url }}"></script>
<script src="{{ odometer.min.js | asset_url }}" async></script>

Check failure on line 3 in sections/ticker.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

sections/ticker.liquid#L3

[UndefinedObject] Undefined object `odometer`
<div class="ticker-wrapper">
{{ section.settings.enable_ticker }}

Expand Down

0 comments on commit 20ee223

Please sign in to comment.