mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-22 16:34:26 +01:00
Folder for pay buttons, donate button
This commit is contained in:
@@ -33,7 +33,7 @@ namespace BTCPayServer.Controllers
|
|||||||
ButtonSize = 2,
|
ButtonSize = 2,
|
||||||
UrlRoot = appUrl,
|
UrlRoot = appUrl,
|
||||||
CurrencyDropdown = currencyDropdown,
|
CurrencyDropdown = currencyDropdown,
|
||||||
PayButtonImageUrl = appUrl + "/img/paywithbtcpay.png"
|
PayButtonImageUrl = appUrl + "/img/paybutton/pay.png"
|
||||||
};
|
};
|
||||||
return View(model);
|
return View(model);
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
BTCPayServer/wwwroot/img/paybutton/donate.png
Normal file
BIN
BTCPayServer/wwwroot/img/paybutton/donate.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
BIN
BTCPayServer/wwwroot/img/paybutton/pay.png
Normal file
BIN
BTCPayServer/wwwroot/img/paybutton/pay.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.6 KiB |
Reference in New Issue
Block a user