turn mempool accelerator logo into a link

This commit is contained in:
softsimon
2024-07-03 21:30:59 +09:00
parent c34be2a334
commit cc5ccd01e2
2 changed files with 2 additions and 1 deletions

View File

@@ -146,6 +146,7 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy {
scrollIntoAccelPreview = false;
cashappEligible = false;
auditEnabled: boolean = this.stateService.env.AUDIT && this.stateService.env.BASE_MODULE === 'mempool' && this.stateService.env.MINING_DASHBOARD === true;
isMempoolSpaceBuild = this.stateService.isMempoolSpaceBuild;
@ViewChild('graphContainer')
graphContainer: ElementRef;