Skip to content

Commit

Permalink
fix(badge): add missing attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Jan 20, 2022
1 parent ab20349 commit f0db119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/components/uk-badge.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<span class="uk-badge">
<span class="uk-badge" ...attributes>
{{#if (has-block)}}{{~yield~}}{{else}}{{~@label~}}{{/if}}
</span>
</span>

0 comments on commit f0db119

Please sign in to comment.