Shapeshift item on home tab now goes to the Shapeshift website.

This commit is contained in:
Brendon Duncan 2018-09-05 12:37:39 +12:00
commit 8c62bc445a
3 changed files with 14 additions and 3 deletions

View file

@ -5,7 +5,7 @@ angular.module('copayApp.services').factory('servicesService', function(configSe
name: 'shapeshift',
title: 'Shapeshift',
icon: 'icon-shapeshift',
sref: 'tabs.shapeshift',
href: 'https://shapeshift.io/'
}];
root.register = function(serviceInfo) {