Skip to content

Commit

Permalink
Add aria-label to topbar menu button
Browse files Browse the repository at this point in the history
  • Loading branch information
lnydegger authored and hupf committed Jan 31, 2024
1 parent 3454ee1 commit 23f569d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Topbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export class Topbar extends LitElement {
class="menu-button"
@click=${this.toggleMenu}
aria-expanded=${this.menuOpen}
aria-label="Menu"
>
<pzsh-icon name=${icon}></pzsh-icon>
</button>`;
Expand Down

0 comments on commit 23f569d

Please sign in to comment.