view service in marketplace

This commit is contained in:
Drew Ansbacher
2021-12-16 12:49:51 -07:00
committed by Aiden McClelland
parent 1ff6d423e3
commit ab78c33d4a

View File

@@ -430,6 +430,13 @@ export class AppShowPage {
icon: 'receipt-outline',
color: 'danger',
},
{
action: () => this.navCtrl.navigateForward([`marketplace/${this.pkgId}`]),
title: 'Marketplace',
description: 'View service in marketplace',
icon: 'storefront-outline',
color: 'danger',
},
{
action: () => this.donate(),
title: 'Donate',