Merge pull request #6638 from mempool/natsoni/footer-logo-link

Footer logo links to mempool holdings
This commit is contained in:
wiz 2026-07-17 16:33:33 +09:00 committed by GitHub
commit 21ab442680
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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