Browse Source

Feature/migrate ion-icon usage to self-closing tags (#4492)

* Migrate to self-closing tags
pull/4501/head
Thomas Kaul 2 weeks ago
committed by GitHub
parent
commit
4df575e34f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html

2
apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html

@ -105,7 +105,7 @@
</mat-step>
<ng-template matStepperIcon="done">
<ion-icon name="checkmark-outline"></ion-icon>
<ion-icon name="checkmark-outline" />
</ng-template>
</mat-stepper>
<div></div>

Loading…
Cancel
Save