fixed logo
This commit is contained in:
@@ -72,7 +72,7 @@ export default function CollectionSection({ collection, locale }: Props) {
|
||||
m.images_800x800 ||
|
||||
m.images_720x720 ||
|
||||
m.images_400x400 ||
|
||||
m.thumbnail
|
||||
m.thumbnail,
|
||||
)
|
||||
.filter(Boolean) || ["/placeholder-product.jpg"];
|
||||
|
||||
@@ -95,10 +95,11 @@ export default function CollectionSection({ collection, locale }: Props) {
|
||||
// height={450}
|
||||
// width={350}
|
||||
button={true}
|
||||
stock={product.stock}
|
||||
/>
|
||||
);
|
||||
})}
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user