Sleeeeeep ZZZ
This commit is contained in:
@@ -4,7 +4,7 @@ const FeaturedList = ({ products }) => {
|
||||
return (
|
||||
<Carousel variant="dark" className="featured-lst">
|
||||
{products.map((product) => (
|
||||
<Carousel.Item className="featured-itm">
|
||||
<Carousel.Item key={product.id} className="featured-itm">
|
||||
<img
|
||||
className="featured-img"
|
||||
src={product.imageUrl}
|
||||
|
Reference in New Issue
Block a user