mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
* Add option to customize the instance logo Custom logo for BTCPay instances * Incorporate SVGUse helper
7 lines
139 B
C#
7 lines
139 B
C#
namespace BTCPayServer.Components.MainLogo
|
|
{
|
|
public class MainLogoViewModel
|
|
{
|
|
public string CssClass { get; set; }
|
|
}
|
|
}
|