Skip to content

Commit

Permalink
Add aria-label to channel navigation
Browse files Browse the repository at this point in the history
Fiesx no-duplicate-landmark-elements linting error
  • Loading branch information
galfert committed Dec 3, 2021
1 parent 2f201ef commit f78672b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .template-lintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
rules: {
'no-invalid-interactive': false,
'link-href-attributes': false,
'no-duplicate-landmark-elements': false,
'require-input-label': 'warn',
},
};
2 changes: 1 addition & 1 deletion app/templates/application.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</header>

<div class="main">
<nav id="channels">
<nav id="channels" aria-label="channel navigation">
<ChannelNav @onLeaveChannel={{this.leaveChannel}} />
</nav>
</div>
Expand Down

0 comments on commit f78672b

Please sign in to comment.