From 7c1cd41625eab843c6961fbe6c104b5556d1fb0b Mon Sep 17 00:00:00 2001 From: Joseph Milazzo Date: Sat, 3 May 2025 14:37:07 -0500 Subject: [PATCH] Small styling stuff --- .../match-series-modal/match-series-modal.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Web/src/app/_single-module/match-series-modal/match-series-modal.component.html b/UI/Web/src/app/_single-module/match-series-modal/match-series-modal.component.html index c34a3d888..5a9804d54 100644 --- a/UI/Web/src/app/_single-module/match-series-modal/match-series-modal.component.html +++ b/UI/Web/src/app/_single-module/match-series-modal/match-series-modal.component.html @@ -53,7 +53,7 @@ } @empty { @if (!isLoading) { - {{t('no-results')}} +

{{t('no-results')}}

} } }