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 authored Feb 21, 2023
1 parent f8457bd commit cff3c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/tutor.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
class="btn-icon tutor__btn-icon js-tutor-btn"
{{#if _button.ariaLabel}}aria-label="{{compile_a11y_normalize _button.ariaLabel}}"{{/if}}
>
<span class="icon"></span>
<span class="icon" aria-hidden="true"></span>
</button>
{{/any}}

Expand Down

0 comments on commit cff3c07

Please sign in to comment.