Skip to content

Commit

Permalink
patch release for #183 (#185)
Browse files Browse the repository at this point in the history
patch release for #183
  • Loading branch information
mansona authored Jun 24, 2019
2 parents e0624ea + 6febbce commit 68aeadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/es-navbar/link/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
>
{{link.name}}
</a>
<ul class="dropdown" role="menu" aria-label={{link.name}}>
<ul class="dropdown dropdown-menu" role="menu" aria-label={{link.name}}>
{{#each link.items as |item|}}
{{#if (eq item.type "link")}}
<li role="none">
Expand Down

0 comments on commit 68aeadb

Please sign in to comment.