fix(product): decode html entities for product and category names

This commit is contained in:
2025-09-25 16:33:48 +03:00
parent a381b3a6ee
commit acbfaebcf4
3 changed files with 10 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
<!-- Product info -->
<div
class="mx-auto max-w-2xl px-4 pt-3 pb-16 sm:px-6 lg:grid lg:max-w-7xl lg:grid-cols-3 lg:grid-rows-[auto_auto_1fr] lg:gap-x-8 lg:px-8 lg:pt-16 lg:pb-24 rounded-t-lg">
class="mx-auto max-w-2xl px-4 pt-3 pb-24 sm:px-6 rounded-t-lg">
<div class="lg:col-span-2 lg:border-r lg:pr-8">
<h1 class="text-2xl font-bold tracking-tight sm:text-3xl">{{ product.name }}</h1>
</div>
@@ -41,7 +41,7 @@
<ProductOptions v-model="product.options"/>
</div>
<div class="py-10 lg:col-span-2 lg:col-start-1 lg:border-r lg:border-gray-200 lg:pt-6 lg:pr-8 lg:pb-16">
<div class="py-10">
<!-- Description and details -->
<div>
<h3 class="sr-only">Description</h3>