Skip to content

Commit

Permalink
Fix: Normalizing template icons
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-replin committed Feb 21, 2023
1 parent 04ce4a7 commit 389a621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/trickle-button.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{{#if _trickle._button._hasIcon}}
<span class="trickle__btn-icon">
<span class="icon"></span>
<span class="icon" aria-hidden="true"></span>
</span>
{{/if}}

Expand Down

0 comments on commit 389a621

Please sign in to comment.