diff --git a/BTCPayServer/Controllers/AppsController.PayButton.cs b/BTCPayServer/Controllers/AppsController.PayButton.cs index 482be81bd..258cf91ce 100644 --- a/BTCPayServer/Controllers/AppsController.PayButton.cs +++ b/BTCPayServer/Controllers/AppsController.PayButton.cs @@ -33,7 +33,7 @@ namespace BTCPayServer.Controllers ButtonSize = 2, UrlRoot = appUrl, CurrencyDropdown = currencyDropdown, - PayButtonImageUrl = appUrl + "/img/paywithbtcpay.png" + PayButtonImageUrl = appUrl + "/img/paybutton/pay.png" }; return View(model); } diff --git a/BTCPayServer/wwwroot/img/paybutton/donate.png b/BTCPayServer/wwwroot/img/paybutton/donate.png new file mode 100644 index 000000000..5f04d17ae Binary files /dev/null and b/BTCPayServer/wwwroot/img/paybutton/donate.png differ diff --git a/BTCPayServer/wwwroot/img/paybutton/pay.png b/BTCPayServer/wwwroot/img/paybutton/pay.png new file mode 100644 index 000000000..2556c6571 Binary files /dev/null and b/BTCPayServer/wwwroot/img/paybutton/pay.png differ diff --git a/BTCPayServer/wwwroot/img/paywithbtcpay.png b/BTCPayServer/wwwroot/img/paywithbtcpay.png deleted file mode 100644 index 59377e734..000000000 Binary files a/BTCPayServer/wwwroot/img/paywithbtcpay.png and /dev/null differ