Skip to content

Commit

Permalink
add alt tag to avatar in header
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikks committed Nov 5, 2023
1 parent 0db1c5f commit 33e4a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[matMenuTriggerFor]="userMenu"
matRipple
>
<img [src]="apiService.user().avatarUrl" />
<img [src]="apiService.user().avatarUrl" alt="The user's avatar" />
</div>
</div>

Expand Down

0 comments on commit 33e4a78

Please sign in to comment.