Merge pull request #1467 from dennisreimann/404-center-supporters

Center supporter logos on 404 page
This commit is contained in:
Nicolas Dorier
2020-04-16 14:47:35 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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" />