mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
fix supporters
This commit is contained in:
parent
18ffd678b7
commit
43a99bfef2
1 changed files with 2 additions and 26 deletions
|
@ -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>
|
||||
}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue