Updating mempool logo and adding new mempool space logo. New frontend config OFFICIAL_MEMPOOL_SPACE to enable the latter.

fixes #336
This commit is contained in:
softsimon
2021-02-18 13:34:05 +07:00
parent 8276d7c11e
commit 8dc4cba01d
10 changed files with 6 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
<div class="container-xl">
<div class="text-center">
<br>
<img src="./resources/mempool-logo-bigger.png" height="67.5" width="251">
<img src="./resources/mempool-logo-bigger.png" height="62.5" width="250">
<br>
<div class="text-small text-center offset-md-1">

View File

@@ -20,7 +20,7 @@ export class AboutComponent implements OnInit, OnDestroy {
donationStatus = 1;
sponsors$: Observable<any>;
donationObj: any;
sponsorsEnabled = this.stateService.env.SPONSORS_ENABLED;
sponsorsEnabled = this.stateService.env.OFFICIAL_MEMPOOL_SPACE;
sponsors = null;
requestSubscription: Subscription | undefined;