Skip to content

Commit

Permalink
Accessibility - add alt to images (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Dec 27, 2021
1 parent 41b0f40 commit 4885d63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</button>
<a class="navbar-brand" href="/" aria-label="logotype">
<div class="navbar-brand grow">
<img src="/img/nunit.svg" />
<img src="/img/nunit.svg" alt="nunit logotype" />
</div>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="row">
<div class="col-sm-6">
<object data="/img/nunit_logo.svg" type="image/svg+xml" height="128">
<img src="/img/nunit_logo_128.png" />
<img src="/img/nunit_logo_128.png" alt="nunit logotype" />
</object>
</div>
<div class="col-sm-6 text-right">
Expand Down

0 comments on commit 4885d63

Please sign in to comment.