Skip to content

Commit

Permalink
add alt text (#7131)
Browse files Browse the repository at this point in the history
Co-authored-by: Pankaj Bhojwani <[email protected]>
  • Loading branch information
PankajBhojwani and PankajBhojwani authored Mar 16, 2022
1 parent 7ca2119 commit b65670a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<% if (typeof smallImageAlt !== 'undefined') { %>
alt="<%- smallImageAlt %>"
<% } else { %>
aria-role="presentation"
role="none"
<% } %>
class="w3-image w3-margin-right" />
<% if(locals.learnMoreLink) { %>
Expand Down

0 comments on commit b65670a

Please sign in to comment.