Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
myrta2302 committed Feb 5, 2025
1 parent 60d0794 commit e7c2f8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class PostLanguageSwitch {

private renderList() {
return (
<Host data-version={version} aria-role="list" aria-label={this.caption} role="list">
<Host data-version={version} role="list" aria-label={this.caption}>
<span aria-label={this.description} role="listitem">
{this.activeLang.toUpperCase()}
</span>
Expand Down

0 comments on commit e7c2f8a

Please sign in to comment.