Skip to content

Commit

Permalink
frontend: Add aria-label to menu button
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-jan committed May 24, 2021
1 parent 11fe1f3 commit a956e33
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
@@ -1,6 +1,6 @@
<mat-toolbar color="primary">
<mat-toolbar-row>
<button mat-icon-button (click)="onToggleSidenav()">
<button mat-icon-button (click)="onToggleSidenav()" aria-label="Menu">
<mat-icon>menu</mat-icon>
</button>
<img class="app-icon"
Expand Down

0 comments on commit a956e33

Please sign in to comment.