Added Amazon link to description for products.

This commit is contained in:
David Ball 2024-07-11 06:09:12 -04:00
parent bcaeea3e1e
commit e5d6d23280

View File

@ -51,7 +51,7 @@ const category = categories.find(c => c.id == product.categoryId)!;
</div>
<div class="col-8">
<h5 class="card-title">
{product?.productDetails?.title}
<a href={product?.amazonLink}>{product?.productDetails?.title}</a>
</h5>
<p>
<StarRating value={product?.productDetails?.reviewRating||0} max={5} overlayColor="#13151a" /> {product?.productDetails?.reviewCount} Reviews