mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 09:54:30 +01:00
17f3b4125b
* Add option to customize the instance logo Custom logo for BTCPay instances * Incorporate SVGUse helper
8 lines
139 B
C#
8 lines
139 B
C#
namespace BTCPayServer.Components.MainLogo
|
|
{
|
|
public class MainLogoViewModel
|
|
{
|
|
public string CssClass { get; set; }
|
|
}
|
|
}
|