Fix pickup text and icon
This commit is contained in:
@@ -16,15 +16,14 @@ const { data: product } = useGetProduct(id);
|
||||
<div class="flex items-start gap-3">
|
||||
<div class="flex p-1 items-center justify-center rounded-full bg-success-500">
|
||||
<Icon
|
||||
name="ci:check"
|
||||
class="size-4 **:stroke-white"
|
||||
name="ci:bi-check"
|
||||
class="size-4 **:fill-white"
|
||||
/>
|
||||
</div>
|
||||
<div class="flex flex-col gap-1">
|
||||
<div class="flex flex-col gap-1 ">
|
||||
<span class="typo-label-sm whitespace-nowrap">{{ product?.customer_pickup_title }}</span>
|
||||
<span class="typo-p-sm whitespace-nowrap">{{ product?.customer_pickup_description }}</span>
|
||||
<span class="typo-p-sm">{{ product?.customer_pickup_description }}</span>
|
||||
</div>
|
||||
</div>
|
||||
<span class="typo-p-xs max-sm:hidden">فروشگاه هیملز</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user