react-version #1

Merged
memartel_loc merged 290 commits from react-version into main 2023-11-04 09:48:15 -04:00
Showing only changes of commit b09e75568c - Show all commits

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>
))}