footer logo reg -> tm

This commit is contained in:
mononaut 2026-07-15 05:52:07 +00:00
parent 7847278407
commit d162637c67
No known key found for this signature in database
GPG key ID: BFD16BE592A9CD8D

View file

@ -9,7 +9,7 @@
} @else {
<span *ngIf="officialMempoolSpace" class="footer-logo-wrapper">
<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">&reg;</span>
<span class="footer-logo-reg">&trade;</span>
</span>
<app-svg-images *ngIf="!officialMempoolSpace" name="mempoolSpace" viewBox="0 0 500 126"></app-svg-images>
}