From a5ddf84aece6aab29db1813a77e6589994431d43 Mon Sep 17 00:00:00 2001 From: natsoni Date: Mon, 6 Jul 2026 11:49:50 +0200 Subject: [PATCH 1/3] Update footer logo to 3 - 2 blocks --- .../global-footer/global-footer.component.html | 5 ++++- .../global-footer/global-footer.component.scss | 15 +++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) 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..9a04483e1 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 { - + + + ® + } 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..f750ceb02 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(--transparent-fg); + font-size: 15px; + line-height: 1.6; + position: absolute; + right: -13px; + top: 5px; +} + footer .sponsor { height: 31px; align-items: center; From 8c8f4149f860c1a023b580def2d6f1a1a020d976 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 14 Jul 2026 16:57:17 +0900 Subject: [PATCH 2/3] Tweak footer logo position --- .../components/global-footer/global-footer.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f750ceb02..f83d936c1 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 @@ -150,7 +150,7 @@ footer .row.version p a { font-size: 15px; line-height: 1.6; position: absolute; - right: -13px; + right: -20px; top: 5px; } From f72e6e9e5943ae4655c1ee17c4ab0950c12d52ec Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Tue, 14 Jul 2026 17:33:41 +0900 Subject: [PATCH 3/3] Superscript bottom r symbol and make top one white --- .../components/global-footer/global-footer.component.html | 8 ++++---- .../components/global-footer/global-footer.component.scss | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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 9a04483e1..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 @@ -18,10 +18,10 @@

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

} @@ -62,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 f83d936c1..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 @@ -146,7 +146,7 @@ footer .row.version p a { } .footer-logo-reg { - color: var(--transparent-fg); + color: var(--fg); font-size: 15px; line-height: 1.6; position: absolute; @@ -386,4 +386,4 @@ footer .nowrap { flex-shrink: unset; width: unset; } -} \ No newline at end of file +}