mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Footer logo links to mempool holdings
This commit is contained in:
parent
622eb26320
commit
71703c75e0
1 changed files with 2 additions and 2 deletions
|
|
@ -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">™</span>
|
||||
</span>
|
||||
</a>
|
||||
<app-svg-images *ngIf="!officialMempoolSpace" name="mempoolSpace" viewBox="0 0 500 126"></app-svg-images>
|
||||
}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue