diff --git a/frontend/src/app/shared/components/global-footer/global-footer.component.html b/frontend/src/app/shared/components/global-footer/global-footer.component.html index 5d7527b5e..b3a78bf6d 100644 --- a/frontend/src/app/shared/components/global-footer/global-footer.component.html +++ b/frontend/src/app/shared/components/global-footer/global-footer.component.html @@ -7,7 +7,10 @@ @if (enterpriseInfo?.footer_img) { } @else { - + + + ® + } @@ -15,10 +18,10 @@

@if (officialMempoolSpace) { Explore the full Bitcoin ecosystem - ® + ® } @else { Be your own explorer - + }

} @@ -59,10 +62,10 @@

@if (officialMempoolSpace) { Explore the full Bitcoin ecosystem - ® + ® } @else { Be your own explorer - + }

} diff --git a/frontend/src/app/shared/components/global-footer/global-footer.component.scss b/frontend/src/app/shared/components/global-footer/global-footer.component.scss index 45a902d24..5002d3725 100644 --- a/frontend/src/app/shared/components/global-footer/global-footer.component.scss +++ b/frontend/src/app/shared/components/global-footer/global-footer.component.scss @@ -139,6 +139,21 @@ footer .row.version p a { display: inline-block; } +.footer-logo-wrapper { + display: block; + position: relative; + width: 100%; +} + +.footer-logo-reg { + color: var(--fg); + font-size: 15px; + line-height: 1.6; + position: absolute; + right: -20px; + top: 5px; +} + footer .sponsor { height: 31px; align-items: center; @@ -371,4 +386,4 @@ footer .nowrap { flex-shrink: unset; width: unset; } -} \ No newline at end of file +}