mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-02 21:54:23 +01:00
Center supporter logos on 404 page
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<hr class="primary ml-0" style="margin:20px auto;" />
|
||||
@await Html.PartialAsync("_BTCPaySupporters")
|
||||
@await Html.PartialAsync("_BTCPaySupporters", new ViewDataDictionary(ViewData) { { "Justify", "center" } })
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<h3 class="lead-h">BTCPayServer Supporters <a href="https://foundation.btcpayserver.org/" target="_blank"><span class="fa fa-question-circle-o" title="More information..."></span></a></h3>
|
||||
<div class="row">
|
||||
<div class="row justify-content-@(ViewData["Justify"] ?? "start")">
|
||||
<div class="figure p-3">
|
||||
<a href="https://twitter.com/sqcrypto" target="_blank">
|
||||
<img src="~/img/squarecrypto.svg" alt="Sponsor Square Crypto" height="75" />
|
||||
|
||||
Reference in New Issue
Block a user