From cc5ccd01e2292c441f9a3b14a3f70d15711f36f3 Mon Sep 17 00:00:00 2001 From: softsimon Date: Wed, 3 Jul 2024 21:30:59 +0900 Subject: [PATCH] turn mempool accelerator logo into a link --- .../src/app/components/transaction/transaction.component.html | 2 +- .../src/app/components/transaction/transaction.component.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index 24fec4796..8967e03b8 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -126,7 +126,7 @@
-

+

diff --git a/frontend/src/app/components/transaction/transaction.component.ts b/frontend/src/app/components/transaction/transaction.component.ts index 1d545c407..e79dd2b50 100644 --- a/frontend/src/app/components/transaction/transaction.component.ts +++ b/frontend/src/app/components/transaction/transaction.component.ts @@ -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;