mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
parent
e1f47b2738
commit
ae1eb67677
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue