Skip to content

Commit

Permalink
Accessibility - fix object-alt
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Dec 30, 2021
1 parent 4885d63 commit 0c992c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="container">
<div class="row">
<div class="col-sm-6">
<object data="/img/nunit_logo.svg" type="image/svg+xml" height="128">
<object data="/img/nunit_logo.svg" type="image/svg+xml" height="128" aria-label="nunit logotype">
<img src="/img/nunit_logo_128.png" alt="nunit logotype" />
</object>
</div>
Expand Down

0 comments on commit 0c992c4

Please sign in to comment.