Design Updates

This commit is contained in:
Bel Curcio
2021-06-01 13:21:45 -03:00
parent 4438123bb0
commit 874c72795b
13 changed files with 129 additions and 63 deletions

View File

@@ -185,7 +185,6 @@ const ProductView: FC<Props> = ({ product, relatedProducts }) => {
key={p.path}
>
<ProductCard
variant="simple"
key={p.path}
className="animated fadeIn"
product={p}