Footer logo links to mempool holdings

This commit is contained in:
natsoni 2026-07-16 16:56:45 +02:00
parent 622eb26320
commit 71703c75e0
No known key found for this signature in database
GPG key ID: 5554443C889C720E

View file

@ -7,10 +7,10 @@
@if (enterpriseInfo?.footer_img) {
<img [src]="enterpriseInfo?.footer_img" [alt]="enterpriseInfo.title" height="60px" class="enterprise-logo">
} @else {
<span *ngIf="officialMempoolSpace" class="footer-logo-wrapper">
<a *ngIf="officialMempoolSpace" class="footer-logo-wrapper" href="https://mempool.holdings" target="_blank" rel="noopener noreferrer" aria-label="Mempool Holdings">
<app-svg-images name="blocks-3-2" width="500" height="126" style="display: block; width: 100%; height: auto; transform: scale(1.22);"></app-svg-images>
<span class="footer-logo-reg">&trade;</span>
</span>
</a>
<app-svg-images *ngIf="!officialMempoolSpace" name="mempoolSpace" viewBox="0 0 500 126"></app-svg-images>
}
</div>