[about page] enable sponsors on self hosted
This commit is contained in:
parent
5104da500e
commit
7307990f6f
@ -32,7 +32,7 @@
|
|||||||
<track label="Português" kind="captions" srclang="pt" src="/resources/promo-video/pt.vtt" [attr.default]="showSubtitles('pt') ? '' : null">
|
<track label="Português" kind="captions" srclang="pt" src="/resources/promo-video/pt.vtt" [attr.default]="showSubtitles('pt') ? '' : null">
|
||||||
</video>
|
</video>
|
||||||
|
|
||||||
<ng-container *ngIf="officialMempoolSpace">
|
<ng-container>
|
||||||
<app-about-sponsors></app-about-sponsors>
|
<app-about-sponsors></app-about-sponsors>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
@ -181,7 +181,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ng-container *ngIf="officialMempoolSpace">
|
<ng-container>
|
||||||
<div *ngIf="profiles$ | async as profiles" id="community-sponsors-anchor">
|
<div *ngIf="profiles$ | async as profiles" id="community-sponsors-anchor">
|
||||||
<div class="community-sponsor" style="margin-bottom: 68px" *ngIf="profiles.whales.length > 0">
|
<div class="community-sponsor" style="margin-bottom: 68px" *ngIf="profiles.whales.length > 0">
|
||||||
<h3 i18n="about.sponsors.withHeart">Whale Sponsors</h3>
|
<h3 i18n="about.sponsors.withHeart">Whale Sponsors</h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user