From 60efa79756a9e840d7a26ea69341d7467c0a5b63 Mon Sep 17 00:00:00 2001 From: Daniel Palafox Date: Wed, 6 Dec 2023 12:01:44 -0500 Subject: [PATCH] fix: Add missing class to printable button (#2109) --- .../components/top-bar-actions/top-bar-actions.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/record/components/top-bar-actions/top-bar-actions.component.html b/src/app/record/components/top-bar-actions/top-bar-actions.component.html index 17d48f9178..fe3aad7e72 100644 --- a/src/app/record/components/top-bar-actions/top-bar-actions.component.html +++ b/src/app/record/components/top-bar-actions/top-bar-actions.component.html @@ -32,7 +32,7 @@ (click)="printRecord()" [attr.aria-label]="labelPrintableVersion" > - print + print Printable version