Only display docs enterprise upsell on official mempool

This commit is contained in:
softsimon 2024-03-09 15:38:16 +07:00
parent c3d90d573f
commit bfde456ca8
No known key found for this signature in database
GPG key ID: 488D7DCFB5A430D7
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<div id="enterprise-cta-desktop">
<div id="enterprise-cta-desktop" *ngIf="officialMempoolInstance">
<p>Get higher API limits with Mempool Enterprise®</p>
<a class="btn btn-small btn-purple" href="/enterprise">More Info <fa-icon [icon]="['fas', 'angle-right']" [styles]="{'font-size': '12px'}"></fa-icon></a>
</div>

View file

@ -39,7 +39,7 @@
<div class="doc-content">
<div id="enterprise-cta-mobile" *ngIf="showMobileEnterpriseUpsell">
<div id="enterprise-cta-mobile" *ngIf="officialMempoolInstance && showMobileEnterpriseUpsell">
<p>Get higher API limits with <span class="no-line-break">Mempool Enterprise®</span></p>
<div class="button-group">
<a class="btn btn-small btn-secondary" (click)="showMobileEnterpriseUpsell = false">No Thanks</a>