Skip to content

Commit

Permalink
Estimate
Browse files Browse the repository at this point in the history
  • Loading branch information
atriantas committed May 24, 2024
1 parent c00ace2 commit 8e880ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snippets/estimated-time.liquid
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<div style="background:{{ block.settings.delivery_color}}" class="v-route-cont">

Check notice on line 1 in snippets/estimated-time.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

snippets/estimated-time.liquid#L1

[SpaceInsideBraces] Space missing before '}}'
<div class="estimated-title">
{{ 'calendar_month_24dp_FILL0_wght300_GRAD0_opsz24.png' | image_url | image_tag: 'cyanowood-shipping-icon' }}
<img
class="shipping-icon"
src="{{ 'calendar_month_24dp_FILL0_wght300_GRAD0_opsz24.png?v=1716519338' | image_url | image_tag: 'cyanowood-shipping-icon' }}"
src="{{ 'calendar_month_24dp_FILL0_wght300_GRAD0_opsz24.png' | image_url | image_tag: 'cyanowood-shipping-icon' }}"
loading="lazy"
width="96"
height="96"
Expand Down

0 comments on commit 8e880ef

Please sign in to comment.