refactor: add product image zoom container
This commit is contained in:
@@ -221,6 +221,13 @@ function ProductDetails({ productId }) {
|
||||
className="text-sm prose prose-sm max-w-none"
|
||||
/>
|
||||
</div>
|
||||
<div className="mt-8 border-t pt-6">
|
||||
<h2 className="text-xl font-semibold mb-4">Beej Mantra</h2>
|
||||
<div
|
||||
dangerouslySetInnerHTML={{ __html: product.beej_mantra }}
|
||||
className="text-sm prose prose-sm max-w-none"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{showCertificate && !product.certificate.toLowerCase().endsWith('.pdf') && (
|
||||
|
||||
Reference in New Issue
Block a user