diff --git a/src/app/core/banner/banner/banner.component.html b/src/app/core/banner/banner/banner.component.html
index 0944495651..3d4df3da01 100644
--- a/src/app/core/banner/banner/banner.component.html
+++ b/src/app/core/banner/banner/banner.component.html
@@ -2,6 +2,8 @@
@if (banner.progress$ && (banner.progress$ | async); as progress) {
@if (progress > 0) {
@@ -14,7 +16,10 @@
@if (banner.img) {
-
![]()
+
}
@@ -27,7 +32,10 @@
@if (banner.timer$) {
- {{ banner.timer$ | async | msToMinuteClockString }} –
+ {{
+ banner.timer$ | async | msToMinuteClockString
+ }}
+ –
{{ banner.msg | translate: banner.translateParams }}
} @else {