fix supporters

This commit is contained in:
Kukks 2020-06-15 10:08:38 +02:00
parent 18ffd678b7
commit 43a99bfef2

View file

@ -1,5 +1,4 @@
@model bool
<h3 class="lead-h text-center">
<h3 class="lead-h text-center">
BTCPayServer Supporters
<a href="https://foundation.btcpayserver.org/" target="_blank">
<span class="fa fa-question-circle-o" title="More information..."></span>
@ -48,28 +47,5 @@
</div>
</div>
<div class="row justify-content-center">
@if (Model)
{
<div class="figure p-3">
<a href="https://lunanode.com/" target="_blank">
<img src="~/img/lunanode.svg" alt="Sponsor LunaNode" height="75" asp-append-version="true"/>
</a>
<div class="figure-caption text-center">
<a href="https://lunanode.com/" class="text-muted small" target="_blank">LunaNode</a>
</div>
</div>
<div class="figure p-3">
<a href="https://walletofsatoshi.com/" target="_blank">
<img src="~/img/walletofsatoshi.svg" alt="Sponsor Wallet of Satoshi" height="75" asp-append-version="true"/>
</a>
<div class="figure-caption text-center">
<a href="https://walletofsatoshi.com/" class="text-muted small" target="_blank">Wallet of Satoshi</a>
</div>
</div>
}
else
{
<a href="https://foundation.btcpayserver.org" target="_blank" class="btn btn-link text-center col-12">View all supporters</a>
}
<a href="https://foundation.btcpayserver.org" target="_blank" class="btn btn-link text-center col-12">View all supporters</a>
</div>