-
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 316028fe6633da73d9e816bfb660d6dad41a9771 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 4cb379bb0ffc9e3c11578e644d567b057bad7989 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 d3532eb734182d359ff296a56dc2a3be176269ed 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 f166cb79741fb54881054f6803f6889e110438a2 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 8fe78fa12b995997cc473db3997d5e284c26a661 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 @@