Fix broken TX link from faucet component
This commit is contained in:
		
							parent
							
								
									2ce1cc24b9
								
							
						
					
					
						commit
						ec7da01186
					
				@ -10,7 +10,7 @@
 | 
				
			|||||||
      <div class="alert alert-success w-100 text-truncate">
 | 
					      <div class="alert alert-success w-100 text-truncate">
 | 
				
			||||||
        <fa-icon [icon]="['fas', 'circle-check']"></fa-icon>
 | 
					        <fa-icon [icon]="['fas', 'circle-check']"></fa-icon>
 | 
				
			||||||
        Sent!
 | 
					        Sent!
 | 
				
			||||||
        <a class="text-primary" [href]="'/testnet4/txid/' + txid">{{ txid }}</a>
 | 
					        <a class="text-primary" [href]="'/testnet4/tx/' + txid">{{ txid }}</a>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    @else if (loading) {
 | 
					    @else if (loading) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user