Merge branch 'react-version' of https://github.com/MarcEricMartel/420-5DW-HY-TP into react-version

This commit is contained in:
MarcEricMartel 2022-10-18 07:44:58 -07:00
commit b09e75568c

View File

@ -13,7 +13,7 @@ const FeaturedList = ({ products }) => {
<h3>{product.title}</h3>
<p>{product.description}</p>
<h5>Seulement</h5>
<h4 className="featured-prc">{product.price}$+tx</h4>
<h4 className="featured-prc">{product.price} $ CA</h4>
</Carousel.Caption>
</Carousel.Item>
))}