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 @@