Skip to content

Commit

Permalink
fix: Add missing class to printable button (#2109)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPalafox authored Dec 6, 2023
1 parent 652fd1f commit 60efa79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
(click)="printRecord()"
[attr.aria-label]="labelPrintableVersion"
>
<mat-icon fontSet="material-icons-outlined" class="icon"> print</mat-icon>
<mat-icon class="material-icons-outlined" class="icon">print</mat-icon>
<ng-container i18n="@@topBar.printableVersion">
Printable version
</ng-container>
Expand Down

0 comments on commit 60efa79

Please sign in to comment.