UI: Fix store's custom CSS URL

Fixes #6554.
This commit is contained in:
Dennis Reimann 2025-01-14 08:13:19 +01:00
parent e1f47b2738
commit ae1eb67677
No known key found for this signature in database
GPG key ID: 5009E1797F03F8D0

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))
{