Only display docs enterprise upsell on official mempool
This commit is contained in:
		
							parent
							
								
									c3d90d573f
								
							
						
					
					
						commit
						bfde456ca8
					
				| @ -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> |   <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> |   <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> | </div> | ||||||
|  | |||||||
| @ -39,7 +39,7 @@ | |||||||
| 
 | 
 | ||||||
|       <div class="doc-content"> |       <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> |           <p>Get higher API limits with <span class="no-line-break">Mempool Enterprise®</span></p> | ||||||
|           <div class="button-group"> |           <div class="button-group"> | ||||||
|             <a class="btn btn-small btn-secondary" (click)="showMobileEnterpriseUpsell = false">No Thanks</a> |             <a class="btn btn-small btn-secondary" (click)="showMobileEnterpriseUpsell = false">No Thanks</a> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user