diff --git a/addon/components/layout/header/dropdown/item.hbs b/addon/components/layout/header/dropdown/item.hbs index fe737b9..2481d44 100644 --- a/addon/components/layout/header/dropdown/item.hbs +++ b/addon/components/layout/header/dropdown/item.hbs @@ -1,9 +1,9 @@ {{#if this.isTextOnly}} -
+
{{#if @item.icon}} - + {{/if}} -
+
{{#if (is-array @item.text)}} {{#each @item.text as |line|}}
{{line}}
@@ -16,10 +16,10 @@ {{/if}} {{#if this.isLink}} -
+
{{#if @item.icon}} - + {{/if}} {{@item.text}} @@ -27,10 +27,10 @@ {{/if}} {{#if this.isAnchor}} -