disabled and stuff

This commit is contained in:
Victor Turgeon
2022-11-06 17:19:46 -05:00
parent 03b6b25177
commit c7070de05e
2 changed files with 7 additions and 28 deletions

View File

@@ -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>