Merge pull request #6555 from dennisreimann/fix-6554

UI: Fix store's custom CSS URL
This commit is contained in:
Pavlenex
2025-01-15 15:15:11 +01:00
committed by GitHub

View File

@@ -113,7 +113,7 @@
}
@if (!string.IsNullOrEmpty(Model.CssUrl))
{
<link href="@Model.CssUrl!" asp-append-version="true" rel="stylesheet" />
<link href="@Model.CssUrl" asp-append-version="true" rel="stylesheet" />
}
@if (!string.IsNullOrEmpty(Model.LogoUrl))
{