Removing sponsor. Link to Enterprise sponsor

This commit is contained in:
softsimon
2022-08-12 03:44:58 +04:00
parent 251de2be11
commit 1008ab6222
8 changed files with 8 additions and 394 deletions

View File

@@ -61,9 +61,9 @@ export class AboutComponent implements OnInit {
);
}
sponsor() {
sponsor(): void {
if (this.officialMempoolSpace && this.stateService.env.BASE_MODULE === 'mempool') {
this.router.navigateByUrl('/sponsor');
this.router.navigateByUrl('/enterprise');
} else {
this.showNavigateToSponsor = true;
}