Replace pay button PNG image with an SVG and add 2x res version (#1034)

fix #1030
This commit is contained in:
Umar Bolatov
2019-09-20 03:14:08 -07:00
committed by Nicolas Dorier
parent 9e107b1eb1
commit 438fc34ad2
4 changed files with 11 additions and 2 deletions

View File

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