refactor: use the correct label and remove flex-1

pagebuilder
Dinesh Salunke 2023-12-06 13:23:03 +05:30
parent 1cd345090e
commit b67831e3e3
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@
<!-- Right Block: cart subtotal & cart total -->
<div class="flex flex-col gap-4 w-full lg:w-2/5">
<div class="flex-1 flex mb-4">
<span class="w-full py-2 uppercase text-center font-medium">{l s='Shopping Cart' d='Shop.Theme.Checkout'}</span>
<div class="flex mb-4">
<span class="w-full py-2 uppercase text-center font-medium">{l s='Cart Summary' d='Shop.Theme.Checkout'}</span>
</div>
{block name='cart_summary'}