Skip to content

Commit

Permalink
Added alt tags to donate buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Mar 3, 2018
1 parent 7159f41 commit 3fdb026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_layouts/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</div>
<div class="action-btn-group">
<a href="https://opencollective.com/altair/donate" target="_blank">
<img src="https://opencollective.com/altair/donate/button@2x.png?color=blue" width=300 />
<img src="https://opencollective.com/altair/donate/button@2x.png?color=blue" width=300 alt="donate" />
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/updated.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="actions"><a href="{{ site.github.releases_url }}" class="changelog-btn">View the full changelog</a></div>
<div class="action-btn-group">
<a href="https://opencollective.com/altair/donate" target="_blank">
<img src="https://opencollective.com/altair/donate/button@2x.png?color=blue" width=300 />
<img src="https://opencollective.com/altair/donate/button@2x.png?color=blue" width=300 alt="donate" />
</a>
</div>
</div>
Expand Down

0 comments on commit 3fdb026

Please sign in to comment.