From 543dd8ff11678118942f6cc5468639fbb74943fb Mon Sep 17 00:00:00 2001 From: Johnny McQuade Date: Sat, 28 Dec 2024 12:11:27 +0000 Subject: [PATCH] chore: audio component handles RTL languages (LTR player controls enforced) --- .../components/template/components/audio/audio.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/shared/components/template/components/audio/audio.component.html b/src/app/shared/components/template/components/audio/audio.component.html index 08a0960467..5bf3a6de40 100644 --- a/src/app/shared/components/template/components/audio/audio.component.html +++ b/src/app/shared/components/template/components/audio/audio.component.html @@ -15,7 +15,8 @@

{{ params.title }}

} } -
+ +
@if (params.variant.includes("compact") && params.showInfoButton) { @if (params.infoIconAsset) {