From 0b29b61e93684b095b002e376b445edb03b41e94 Mon Sep 17 00:00:00 2001 From: natsoni Date: Thu, 19 Sep 2024 17:07:31 +0200 Subject: [PATCH] "Be your own explorer" on non official mempool instance --- .../global-footer/global-footer.component.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 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 fbc2c89eb..6e0e46300 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 @@ -13,8 +13,13 @@ @if (!enterpriseInfo?.footer_img) {

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

}
@@ -52,8 +57,13 @@ Sign In

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

}