From 3618e82fce41fa9d96892c814f5ec27e89d98f3d Mon Sep 17 00:00:00 2001 From: "shopify[bot]" <79544226+shopify[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 08:57:30 +0000 Subject: [PATCH] Update from Shopify for theme sneakerlab/trunk Committed from shop: Sneaker Lab 2022 --- sections/ticker.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/ticker.liquid b/sections/ticker.liquid index ca7b6af..a24e2f9 100644 --- a/sections/ticker.liquid +++ b/sections/ticker.liquid @@ -148,7 +148,7 @@ let odometerObject = new Odometer({ el: odometer, value: 0, - minIntegerLen: 9 + minIntegerLen: 6 }); let paddedString = String(stats[0].value).padStart(9, '0')