forked from brooksbingham/theme-elegance
chore: update the indentation
parent
eecaf11adb
commit
2e5f75e069
|
@ -28,13 +28,13 @@
|
|||
{if $cart.products_count > 0}
|
||||
<a rel="nofollow" href="{$cart_url}" class="relative w-6 h-6">
|
||||
{/if}
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-shopping-cart" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||
<path d="M6 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"></path>
|
||||
<path d="M17 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"></path>
|
||||
<path d="M17 17h-11v-14h-2"></path>
|
||||
<path d="M6 5l14 1l-1 7h-13"></path>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-shopping-cart" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||
<path d="M6 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"></path>
|
||||
<path d="M17 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"></path>
|
||||
<path d="M17 17h-11v-14h-2"></path>
|
||||
<path d="M6 5l14 1l-1 7h-13"></path>
|
||||
</svg>
|
||||
<span class="cart-products-count absolute bottom-[50%] left-[100%]">{$cart.products_count}</span>
|
||||
{if $cart.products_count > 0}
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue