diff --git a/frontend/src/app/components/about/about.component.ts b/frontend/src/app/components/about/about.component.ts index 510845b43..9ad95647d 100644 --- a/frontend/src/app/components/about/about.component.ts +++ b/frontend/src/app/components/about/about.component.ts @@ -41,7 +41,7 @@ export class AboutComponent implements OnInit { } sponsor() { - if (this.officialMempoolSpace) { + if (this.officialMempoolSpace && this.stateService.env.BASE_MODULE === 'mempool') { this.router.navigateByUrl('/sponsor'); } else { this.showNavigateToSponsor = true;