mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Replace pay button PNG image with an SVG and add 2x res version (#1034)
fix #1030
This commit is contained in:
committed by
Nicolas Dorier
parent
9e107b1eb1
commit
438fc34ad2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user