Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dietr committed Jul 18, 2023
1 parent 8c478c0 commit bece517
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion addon/components/au-brand.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
</svg>
</div>
<p class="au-c-brand__logotype">
<span id="{{this.id}}-brandTitle" class="au-c-brand__main">Vlaanderen</span>
<span
id="{{this.id}}-brandTitle"
class="au-c-brand__main"
>Vlaanderen</span>
{{#if @tagline}}
<span class="au-c-brand__tagline">{{@tagline}}</span>
{{/if}}
Expand Down
6 changes: 5 additions & 1 deletion addon/components/au-icon.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<svg
role="img"
class="au-c-icon au-c-icon--{{@icon}} {{this.alignment}} {{this.size}}"
aria-hidden="{{if (or (eq @ariaHidden true) (eq @ariaHidden "true")) 'true' 'false'}}"
aria-hidden="{{if
(or (eq @ariaHidden true) (eq @ariaHidden 'true'))
'true'
'false'
}}"
...attributes
>
<use
Expand Down

0 comments on commit bece517

Please sign in to comment.