Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -226,7 +226,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{ text: "Add To Cart", onClick: handleAddToCart },
|
||||
{ text: "Buy Now", onClick: handleBuyNow },
|
||||
]}
|
||||
imageClassName="hover:scale-x-[-1] transition-transform duration-300"
|
||||
/>
|
||||
</div>
|
||||
<div id="productCart" data-section="productCart">
|
||||
|
||||
Reference in New Issue
Block a user