Skip to content

Commit

Permalink
Merge pull request #3 from lhalaa/feature/fix-accessibility-issue
Browse files Browse the repository at this point in the history
Add alt attribute for accessibility
  • Loading branch information
andrewandante authored Mar 4, 2019
2 parents d57039b + 0a43834 commit d65c978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/WomensRefugeShieldButton.ss
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<% require css("andrewandante/womens-refuge-shield: css/button.css") %>

<a href="#" id="womens-refuge-shield-button">
<img src="$ResourceURL(andrewandante/womens-refuge-shield: img/logos/custom-logo.png)">
<img src="$ResourceURL(andrewandante/womens-refuge-shield: img/logos/custom-logo.png)" alt="Womens refuge shield logo" />
</a>

0 comments on commit d65c978

Please sign in to comment.