Skip to content

Commit 6253c42

Browse files
committed
add an aria-label to the primary nav element
1 parent 33f8ffa commit 6253c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/templates/components/es-header.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
role="banner"
44
...attributes
55
>
6-
<nav class="es-navbar {{if this.expanded "navbar-expanded"}}">
6+
<nav class="es-navbar {{if this.expanded "navbar-expanded"}}" aria-label="Primary site navigation">
77
<a class="navbar-brand-wrapper" href={{this.navHome}}>
88
<img
99
class="navbar-brand"

0 commit comments

Comments
 (0)