Merge pull request #5529 from mempool/natsoni/footer-tm
"Be your own explorer" on non official mempool instance
This commit is contained in:
commit
76dcb0830a
@ -13,8 +13,13 @@
|
|||||||
</div>
|
</div>
|
||||||
@if (!enterpriseInfo?.footer_img) {
|
@if (!enterpriseInfo?.footer_img) {
|
||||||
<p class="explore-tagline-mobile">
|
<p class="explore-tagline-mobile">
|
||||||
|
@if (officialMempoolSpace) {
|
||||||
<ng-container i18n="@@7deec1c1520f06170e1f8e8ddfbe4532312f638f">Explore the full Bitcoin ecosystem</ng-container>
|
<ng-container i18n="@@7deec1c1520f06170e1f8e8ddfbe4532312f638f">Explore the full Bitcoin ecosystem</ng-container>
|
||||||
<ng-template [ngIf]="locale.substr(0, 2) === 'en'">®</ng-template>
|
<ng-template [ngIf]="locale.substr(0, 2) === 'en'">®</ng-template>
|
||||||
|
} @else {
|
||||||
|
<ng-container i18n="shared.be-your-own-explorer">Be your own explorer</ng-container>
|
||||||
|
<ng-template [ngIf]="locale.substr(0, 2) === 'en'">™</ng-template>
|
||||||
|
}
|
||||||
</p>
|
</p>
|
||||||
}
|
}
|
||||||
<div class="site-options language-selector d-flex justify-content-center align-items-center" [class]="{'services': isServicesPage}">
|
<div class="site-options language-selector d-flex justify-content-center align-items-center" [class]="{'services': isServicesPage}">
|
||||||
@ -52,8 +57,13 @@
|
|||||||
<span *ngIf="!user" i18n="shared.sign-in" class="nowrap">Sign In</span>
|
<span *ngIf="!user" i18n="shared.sign-in" class="nowrap">Sign In</span>
|
||||||
</a>
|
</a>
|
||||||
<p class="explore-tagline-desktop">
|
<p class="explore-tagline-desktop">
|
||||||
|
@if (officialMempoolSpace) {
|
||||||
<ng-container i18n="@@7deec1c1520f06170e1f8e8ddfbe4532312f638f">Explore the full Bitcoin ecosystem</ng-container>
|
<ng-container i18n="@@7deec1c1520f06170e1f8e8ddfbe4532312f638f">Explore the full Bitcoin ecosystem</ng-container>
|
||||||
<ng-template [ngIf]="locale.substr(0, 2) === 'en'">®</ng-template>
|
<ng-template [ngIf]="locale.substr(0, 2) === 'en'">®</ng-template>
|
||||||
|
} @else {
|
||||||
|
<ng-container i18n="shared.be-your-own-explorer">Be your own explorer</ng-container>
|
||||||
|
<ng-template [ngIf]="locale.substr(0, 2) === 'en'">™</ng-template>
|
||||||
|
}
|
||||||
</p>
|
</p>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user