mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 22:58:30 +01:00
[debug] footer version same color, inline version in about page
This commit is contained in:
parent
7544357826
commit
c5f0608b46
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue