Skip to content

Commit

Permalink
image updated as suggested by dave
Browse files Browse the repository at this point in the history
  • Loading branch information
Raja-danaher authored Nov 22, 2024
1 parent 4ccaa72 commit 1a72fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/product-hero/product-hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function loadMore() {
}

function imageSlider(allImages, productName = 'product') {
const imageToUse = allImages[0] ? allImages[0] : 'https://s7d9.scene7.com/is/image/danaherstage/no-image-availble';
const imageToUse = allImages[0] ? allImages[0] : 'https://s7d9.scene7.com/is/image/danaherstage/leica-no-image-available';
const slideContent = div({ class: 'image-content' }, createOptimizedS7Picture(imageToUse, `${productName} - image`, true));
const verticalSlides = div();
allImages.map((image, index) => {
Expand Down

0 comments on commit 1a72fe3

Please sign in to comment.