mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-23 07:04:26 +01:00
Remove Joule and fix small UI bug in lnd rest services
This commit is contained in:
@@ -21,12 +21,8 @@
|
||||
|
||||
<h4 class="mb-3">Compatible wallets</h4>
|
||||
<div class="services-list">
|
||||
if (Model.Uri != null)
|
||||
@if (Model.Uri != null)
|
||||
{
|
||||
<a href="https://lightningjoule.com/" target="_blank" class="service" rel="noreferrer noopener">
|
||||
<img src="~/img/joule.png" asp-append-version="true" alt="Joule" />
|
||||
<h6>Joule</h6>
|
||||
</a>
|
||||
<a href="https://getalby.com/" target="_blank" class="service" rel="noreferrer noopener">
|
||||
<img src="~/img/alby.png" asp-append-version="true" alt="Alby" />
|
||||
<h6>Alby</h6>
|
||||
|
||||
Reference in New Issue
Block a user