disabled and stuff
This commit is contained in:
@@ -14,7 +14,7 @@ const FeaturedList = ({ products }) => {
|
||||
<FeaturedImage productId={product.id}/>
|
||||
<Carousel.Caption className="featured-info">
|
||||
<h3>{product.title}</h3>
|
||||
<p>{product.description}</p>
|
||||
<p>{(product.description).substring(0,100)}...</p>
|
||||
<h5>Seulement</h5>
|
||||
<h4 className="featured-prc">{product.promoPrice} $ CA</h4>
|
||||
</Carousel.Caption>
|
||||
|
||||
Reference in New Issue
Block a user