[debug] footer version same color, inline version in about page

This commit is contained in:
nymkappa 2023-08-22 14:51:05 +02:00
parent 7544357826
commit c5f0608b46
No known key found for this signature in database
GPG key ID: E155910B16E8BD04
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
<img class="logo" src="/resources/mempool-logo-bigger.png" />
<div class="version">
<span>v{{ packetJsonVersion }} [<a href="https://github.com/mempool/mempool/commit/{{ frontendGitCommitHash }}">{{ frontendGitCommitHash }}</a>]</span>
<span *ngIf="stateService.env.GIT_COMMIT_HASH_MEMPOOL_SPACE"><br>v{{ stateService.env.PACKAGE_JSON_VERSION_MEMPOOL_SPACE }} [{{ stateService.env.GIT_COMMIT_HASH_MEMPOOL_SPACE }}]</span>
<span *ngIf="stateService.env.GIT_COMMIT_HASH_MEMPOOL_SPACE">[{{ stateService.env.GIT_COMMIT_HASH_MEMPOOL_SPACE }}]</span>
</div>
</div>

View file

@ -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 {