diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html
index ad3d730c1..e5c13c707 100644
--- a/frontend/src/app/components/about/about.component.html
+++ b/frontend/src/app/components/about/about.component.html
@@ -5,7 +5,7 @@
v{{ packetJsonVersion }} [{{ frontendGitCommitHash }}]
-
v{{ stateService.env.PACKAGE_JSON_VERSION_MEMPOOL_SPACE }} [{{ stateService.env.GIT_COMMIT_HASH_MEMPOOL_SPACE }}]
+
[{{ stateService.env.GIT_COMMIT_HASH_MEMPOOL_SPACE }}]
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 391b9c266..5c4a45d98 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
@@ -90,7 +90,7 @@ footer .row.social-links svg {
footer .row.version {
padding-top: 20px !important;
padding-bottom: 20px !important;
- background-color: #11131f;
+ background-color: #1d1f31;
}
footer .row.version p {