Skip to content

Commit

Permalink
wcag:adding alt to img of profile
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Jan 17, 2024
1 parent 283402e commit 482693f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div wicket:id="summaryIconBox" class="info-box-icon d-flex">
<span class="user-thumbnail-helper"/>
<span wicket:id="summaryIcon" style="margin: auto;"/>
<img wicket:id="summaryPhoto" class="user-thumbnail" style="margin: auto;"/>
<img wicket:id="summaryPhoto" class="user-thumbnail" style="margin: auto;" wicket:message="alt:SideBarMenuPanel.loginUserPhoto"/>
</div>
<div class="info-box-content d-flex flex-row" tabindex="0" role="region">
<div class="flex-grow-1">
Expand Down

0 comments on commit 482693f

Please sign in to comment.