Skip to content

Commit c89f7e8

Browse files
committed
Merge branch 'master' of https://github.com/prysmex/ember-eui
2 parents 6a26b68 + 0fca286 commit c89f7e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

addon/components/eui-header-link/index.hbs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
class={{class-names "euiHeaderLink" (if @isActive "euiHeaderLink-isActive")}}
33
@color={{if @isActive "primary" "text"}}
44
...attributes
5-
/>
5+
>
6+
{{yield}}
7+
</EuiButtonEmpty>

0 commit comments

Comments
 (0)