diff --git a/BTCPayServer/Controllers/StoresController.cs b/BTCPayServer/Controllers/StoresController.cs index 12bede329..b52fb9f6b 100644 --- a/BTCPayServer/Controllers/StoresController.cs +++ b/BTCPayServer/Controllers/StoresController.cs @@ -891,7 +891,7 @@ namespace BTCPayServer.Controllers Currency = DEFAULT_CURRENCY, ButtonSize = 2, UrlRoot = appUrl, - PayButtonImageUrl = appUrl + "img/paybutton/pay.png", + PayButtonImageUrl = appUrl + "img/paybutton/pay.svg", StoreId = store.Id, ButtonType = 0, Min = 1, diff --git a/BTCPayServer/Views/Home/Home.cshtml b/BTCPayServer/Views/Home/Home.cshtml index 4afdbe067..70bd5ab6a 100644 --- a/BTCPayServer/Views/Home/Home.cshtml +++ b/BTCPayServer/Views/Home/Home.cshtml @@ -84,7 +84,7 @@
- +
diff --git a/BTCPayServer/wwwroot/img/paybutton/pay.png b/BTCPayServer/wwwroot/img/paybutton/pay.png index 2556c6571..1503aef18 100644 Binary files a/BTCPayServer/wwwroot/img/paybutton/pay.png and b/BTCPayServer/wwwroot/img/paybutton/pay.png differ diff --git a/BTCPayServer/wwwroot/img/paybutton/pay.svg b/BTCPayServer/wwwroot/img/paybutton/pay.svg new file mode 100644 index 000000000..91e9734f4 --- /dev/null +++ b/BTCPayServer/wwwroot/img/paybutton/pay.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file