Skip to content

Commit

Permalink
WS2-1129: Adding missing alt attribute in Testimonial components.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmitriatti committed Nov 2, 2022
1 parent 4729891 commit 8ff42e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/component-testimonial.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
},
imageSource: testimonial.imageSource,
imageAltText: testimonial.imageAltText,
altText: testimonialData.altText,
itemStyle: {
containerCssClass: testimonialData.style,
Expand Down
1 change: 1 addition & 0 deletions js/testimonial-on-image-background.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
},
imageSource: testimonial.imageSource,
imageAltText: testimonial.imageAltText,
altText: testimonialData.altText,
itemStyle: {
containerCssClass: testimonialData.style,
Expand Down

0 comments on commit 8ff42e3

Please sign in to comment.