Remove Joule and fix small UI bug in lnd rest services

This commit is contained in:
nicolas.dorier
2025-07-17 12:50:14 +09:00
parent 5ccbb7d41c
commit 9ef9ff7948

View File

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