Fix liquid.network and bisq.markets page titles in SEO services
This commit is contained in:
		
							parent
							
								
									0bb9247609
								
							
						
					
					
						commit
						1aa54faa35
					
				| @ -27,6 +27,10 @@ export class SeoService { | |||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   getTitle(): string { |   getTitle(): string { | ||||||
|  |     if (this.network === 'liquid') | ||||||
|  |       return 'mempool - Liquid Network'; | ||||||
|  |     if (this.network === 'bisq') | ||||||
|  |       return 'mempool - Bisq Markets'; | ||||||
|     return 'mempool - ' + (this.network ? this.ucfirst(this.network) : 'Bitcoin') + ' Explorer'; |     return 'mempool - ' + (this.network ? this.ucfirst(this.network) : 'Bitcoin') + ' Explorer'; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user