[footer] re-add missing tagline

This commit is contained in:
nymkappa 2023-08-23 15:02:36 +02:00
parent 3d9fa5076b
commit a7b2c39f51
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04
2 changed files with 12 additions and 4 deletions

View File

@ -7,6 +7,10 @@
<app-svg-images *ngIf="officialMempoolSpace" name="officialMempoolSpace" viewBox="0 0 500 126"></app-svg-images>
<app-svg-images *ngIf="!officialMempoolSpace" name="mempoolSpace" viewBox="0 0 500 126"></app-svg-images>
</div>
<p class="d-block d-sm-none">
<ng-container i18n="@@7deec1c1520f06170e1f8e8ddfbe4532312f638f">Explore the full Bitcoin ecosystem</ng-container>
<ng-template [ngIf]="locale.substr(0, 2) === 'en'"> &trade;</ng-template>
</p>
<div class="site-options d-flex justify-content-center align-items-center">
<div class="selector">
<app-language-selector></app-language-selector>
@ -26,6 +30,10 @@
<span *ngIf="loggedIn" i18n="shared.my-account">My Account</span>
<span *ngIf="!loggedIn" i18n="shared.sign-in">Sign In / Sign Up</span>
</a>
<p class="d-none d-sm-block">
<ng-container i18n="@@7deec1c1520f06170e1f8e8ddfbe4532312f638f">Explore the full Bitcoin ecosystem</ng-container>
<ng-template [ngIf]="locale.substr(0, 2) === 'en'"> &trade;</ng-template>
</p>
</div>
</div>
<div class="row col-md-12 link-tree">

View File

@ -18,7 +18,7 @@ footer .row.main {
}
footer .row.main .branding > p {
margin-bottom: 45px;
margin-top: 10px;
}
footer .row.main .branding .btn {
@ -58,7 +58,7 @@ footer .row.main .links .category:not(:first-child) {
footer .site-options {
float: right;
margin-top: -8px;
margin-top: -20px;
}
footer .selector {
@ -174,7 +174,7 @@ footer .sponsor {
footer .site-options {
float: none;
margin-top: 20px;
margin-top: 15px;
}
footer .row.social-links {