-
The Mempool Open Source Project ®
+
Explore the full Bitcoin ecosystem ™
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 defbe937e..cec41f25b 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
@@ -89,6 +89,11 @@ footer .row.version p a {
color: #09a3ba;
}
+.main-logo {
+ max-width: 220px;
+ margin: 0 auto 20px auto;
+}
+
@media (max-width: 992px) {
footer .row.main .links.outer {
From 946e2e700d69f420f1b737616e7e316d17fff59b Mon Sep 17 00:00:00 2001
From: hunicus <93150691+hunicus@users.noreply.github.com>
Date: Tue, 1 Aug 2023 17:24:26 +0900
Subject: [PATCH 2/6] Add space below tagline
---
.../components/global-footer/global-footer.component.scss | 4 ++++
1 file changed, 4 insertions(+)
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 cec41f25b..387a27ffc 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
@@ -21,6 +21,10 @@ footer .row.main .branding {
text-align: center;
}
+footer .row.main .branding > p {
+ margin-bottom: 45px;
+}
+
footer .row.main .branding .btn {
display: inline-block;
color: #fff !important;
From 14b386d2b2d4e02cb14d974be6c09f3926a243c2 Mon Sep 17 00:00:00 2001
From: hunicus <93150691+hunicus@users.noreply.github.com>
Date: Tue, 1 Aug 2023 17:26:13 +0900
Subject: [PATCH 3/6] Change more networks to networks
---
.../components/global-footer/global-footer.component.html | 2 +-
1 file changed, 1 insertion(+), 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 58b7c5b1e..e1d853848 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
@@ -52,7 +52,7 @@
-
More Networks
+
Networks
Mainnet Explorer
Testnet Explorer
Signet Explorer
From bae3682e051629e17e737670413930f7ab294a31 Mon Sep 17 00:00:00 2001
From: hunicus <93150691+hunicus@users.noreply.github.com>
Date: Tue, 1 Aug 2023 17:35:18 +0900
Subject: [PATCH 4/6] Improve show conditions for explore links
---
.../components/global-footer/global-footer.component.html | 4 ++--
1 file changed, 2 insertions(+), 2 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 e1d853848..7206cc34f 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
@@ -26,10 +26,10 @@
From 7d4c9267c89b4d8ef47c10ae6381d116d1cfc236 Mon Sep 17 00:00:00 2001
From: hunicus <93150691+hunicus@users.noreply.github.com>
Date: Tue, 1 Aug 2023 17:36:12 +0900
Subject: [PATCH 5/6] Remove commented/inactive social links
---
.../global-footer/global-footer.component.html | 9 ---------
1 file changed, 9 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 7206cc34f..a5792bb17 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
@@ -40,15 +40,6 @@
Why isn't my transaction confirming?
More FAQs ›
-
From 04430fadd192f6c6f22d462aae559e111d9efa85 Mon Sep 17 00:00:00 2001
From: hunicus <93150691+hunicus@users.noreply.github.com>
Date: Tue, 1 Aug 2023 18:08:49 +0900
Subject: [PATCH 6/6] Improve conditions for showing network links
---
.../global-footer/global-footer.component.html | 12 ++++++------
1 file 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 a5792bb17..903ba70bd 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
@@ -42,13 +42,13 @@