Skip to content

Commit

Permalink
do not remove role="img" in this PR, since it is done in #2704
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahiss committed Sep 19, 2024
1 parent 74ccc87 commit 656d170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/components/orange-navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ An additional navbar (with text or icon items) can be added on the right of the
</li>
<li class="nav-item">
<a href="#" class="nav-link nav-icon">
<img src="/docs/{{<param docs_version>}}/assets/img/navbar-contact.png" width="25" height="25" alt="" loading="lazy">
<img src="/docs/{{<param docs_version>}}/assets/img/navbar-contact.png" width="25" height="25" role="img" alt="" loading="lazy">
<span class="visually-hidden">My account</span>
</a>
</li>
Expand Down

0 comments on commit 656d170

Please sign in to comment.