From ae1eb67677c02076f424905b8072d61cadaca39e Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Tue, 14 Jan 2025 08:13:19 +0100 Subject: [PATCH] UI: Fix store's custom CSS URL Fixes #6554. --- BTCPayServer/Views/Shared/LayoutHeadStoreBranding.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Views/Shared/LayoutHeadStoreBranding.cshtml b/BTCPayServer/Views/Shared/LayoutHeadStoreBranding.cshtml index fbd860e35..6d1b90601 100644 --- a/BTCPayServer/Views/Shared/LayoutHeadStoreBranding.cshtml +++ b/BTCPayServer/Views/Shared/LayoutHeadStoreBranding.cshtml @@ -113,7 +113,7 @@ } @if (!string.IsNullOrEmpty(Model.CssUrl)) { - + } @if (!string.IsNullOrEmpty(Model.LogoUrl)) {