chore: update the indentation

dev
Dinesh Salunke 2023-11-02 16:46:27 +05:30
parent eecaf11adb
commit 2e5f75e069
1 changed files with 7 additions and 7 deletions

View File

@ -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>