Merge pull request #4776 from mempool/mononaut/fix-new-unfurls
Fix tx push unfurl preview
This commit is contained in:
@@ -32,7 +32,7 @@ export class PushTransactionComponent implements OnInit {
|
||||
|
||||
this.seoService.setTitle($localize`:@@meta.title.push-tx:Broadcast Transaction`);
|
||||
this.seoService.setDescription($localize`:@@meta.description.push-tx:Broadcast a transaction to the ${this.stateService.network==='liquid'||this.stateService.network==='liquidtestnet'?'Liquid':'Bitcoin'}${seoDescriptionNetwork(this.stateService.network)} network using the transaction's hash.`);
|
||||
this.ogService.setManualOgImage('broadcast-tx.jpg');
|
||||
this.ogService.setManualOgImage('tx-push.jpg');
|
||||
}
|
||||
|
||||
postTx() {
|
||||
|
||||
Reference in New Issue
Block a user