Commit 57e07f6c by Ravindra Kanojiya

updated pdf link

1 parent ad066fff
...@@ -96,7 +96,7 @@ const InnerDetailsCatalogue = ({ subCategory = "All Catalogue", cataloguesData } ...@@ -96,7 +96,7 @@ const InnerDetailsCatalogue = ({ subCategory = "All Catalogue", cataloguesData }
{sortedProducts.map((product, index) => ( {sortedProducts.map((product, index) => (
<Col md={4} key={`${product.productSlug}-${index}`}> <Col md={4} key={`${product.productSlug}-${index}`}>
<div className="collections-item"> <div className="collections-item">
<Link href={product?.pdfLink?.url || ""} target="_blank"> <Link href={cleanImage(product?.pdfLink?.url || "#")} target="_blank">
<Image <Image
width={868} width={868}
height={560} height={560}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!