Skip to content

Commit

Permalink
Convert icon component to plain HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
brenner-company committed Mar 8, 2021
1 parent bbc398c commit 1886a3b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,9 @@
</div>
{{#if subcase.confidential}}
<span type="button" class="vlc-agenda-items__confidentiality-button vlc-pill vlc-pill--error">
<WebComponents::AuIcon @name="lock-closed" class="vlc-agenda-items__icons" data-test-icon-agenda-confidentiality-locked />{{!-- TODO: needs `vlc-agenda-items__icons` class passed? --}}
<div class="auk-icon auk-icon--default vlc-agenda-items__icons" data-test-icon-agenda-confidentiality-locked>
<i class="ki ki-lock-closed"></i>
</div>
{{t "confidential"}}
</span>
{{/if}}
Expand Down

0 comments on commit 1886a3b

Please sign in to comment.