Folder for pay buttons, donate button

This commit is contained in:
rockstardev
2018-08-22 10:59:24 +02:00
parent 9a5034c13c
commit 9ec0c23c52
4 changed files with 1 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ namespace BTCPayServer.Controllers
ButtonSize = 2,
UrlRoot = appUrl,
CurrencyDropdown = currencyDropdown,
PayButtonImageUrl = appUrl + "/img/paywithbtcpay.png"
PayButtonImageUrl = appUrl + "/img/paybutton/pay.png"
};
return View(model);
}