Moves faucet link to the bottom, update buy.bitcoin.com icon style
This commit is contained in:
parent
e03aab0962
commit
73944ea126
4 changed files with 18 additions and 22 deletions
|
|
@ -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;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue