Skip to content

Commit

Permalink
Merge pull request #40 from ASUWebPlatforms/WS2-1129
Browse files Browse the repository at this point in the history
WS2-1129: Adding missing alt attribute in Testimonial components.
  • Loading branch information
bjdevil21 authored Nov 3, 2022
2 parents 4729891 + 8ff42e3 commit 403fd1b
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 403fd1b

Please sign in to comment.