[about page] enable sponsors on self hosted

This commit is contained in:
nymkappa 2024-04-04 17:36:37 +09:00
parent 5104da500e
commit 7307990f6f
No known key found for this signature in database
GPG Key ID: 92358FC85D9645DE

View File

@ -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>