Adding Assets

This commit is contained in:
Bel Curcio
2021-06-09 16:44:56 -03:00
parent e6f3bcbc7b
commit e752555e02
37 changed files with 7 additions and 7 deletions

View File

@@ -77,9 +77,8 @@ const ProductView: FC<ProductViewProps> = ({ product, relatedProducts }) => {
/>
)}
</div>
<div className={s.sidebar}>
<ProductSidebar product={product} />
</div>
<ProductSidebar product={product} className={s.sidebar} />
</div>
<hr className="mt-7 border-accent-2" />
<section className="py-12 px-6 mb-10">