Moves faucet link to the bottom, update buy.bitcoin.com icon style

This commit is contained in:
Sam Cheng Hung 2018-05-24 16:35:37 +08:00
commit 73944ea126
4 changed files with 18 additions and 22 deletions

View file

@ -3,17 +3,5 @@ angular.module('copayApp.services').factory('pricechartService', function($http,
var root = {};
var credentials = {};
var nextStepItem = {
name: 'pricechart',
title: 'Bitcoin Price Charts',
icon: 'icon-chart',
sref: 'tabs.pricechart',
};
var register = function() {
nextStepsService.register(nextStepItem);
};
register();
return root;
});