Skip to content

Commit 68aeadb

Browse files
authored
patch release for #183 (#185)
patch release for #183
2 parents e0624ea + 6febbce commit 68aeadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/components/es-navbar/link/template.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
>
2020
{{link.name}}
2121
</a>
22-
<ul class="dropdown" role="menu" aria-label={{link.name}}>
22+
<ul class="dropdown dropdown-menu" role="menu" aria-label={{link.name}}>
2323
{{#each link.items as |item|}}
2424
{{#if (eq item.type "link")}}
2525
<li role="none">

0 commit comments

Comments
 (0)