mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-01 05:04:28 +01:00
Merge pull request #6555 from dennisreimann/fix-6554
UI: Fix store's custom CSS URL
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user