Skip to content

Commit

Permalink
tech(pix-label-wrapped): update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
xav-car committed Sep 27, 2024
1 parent 54aac03 commit 2de18ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/components/pix-label-wrapped.hbs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<label for={{@for}} class={{this.className}} ...attributes>
{{#if this.hasError}}
<FaIcon @icon="circle-xmark" class="pix-label-wrapped__state-icon" />
<PixIcon @icon="cancel" class="pix-label-wrapped__state-icon" />
{{/if}}
{{#if this.hasSuccess}}
<FaIcon @icon="circle-check" class="pix-label-wrapped__state-icon" />
<PixIcon @name="checkCircle" class="pix-label-wrapped__state-icon" />
{{/if}}

{{yield to="inputElement"}}
Expand Down

0 comments on commit 2de18ea

Please sign in to comment.