From 3d24ec8ca1833332e620499f64b8bf1d1ae36694 Mon Sep 17 00:00:00 2001 From: Anastasia Poupeney Date: Tue, 24 Jul 2018 17:14:35 +0200 Subject: [PATCH 1/2] update coinhouse url --- src/config/urls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/urls.js b/src/config/urls.js index 1e78b33f..d3635b7a 100644 --- a/src/config/urls.js +++ b/src/config/urls.js @@ -22,7 +22,7 @@ export const urls = { 'https://github.com/LedgerHQ/ledger-live-desktop/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Acomments-desc', // Exchanges - coinhouse: 'https://www.coinhouse.com/r/157530', + coinhouse: 'https://www.coinhouse.com/r/157530?utm_source=legderlive&utm_medium=referral', changelly: 'https://changelly.com/?ref_id=aac789605a01', coinmama: 'http://go.coinmama.com/visit/?bta=51801&nci=5343', simplex: 'https://partners.simplex.com/?partner=ledger', From 27e03b98749c2968fa021337ce8fabe12bba6ee3 Mon Sep 17 00:00:00 2001 From: Anastasia Poupeney Date: Tue, 24 Jul 2018 17:31:26 +0200 Subject: [PATCH 2/2] small design inconsistencies in manager modal error state --- src/components/ManagerPage/AppsList.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/ManagerPage/AppsList.js b/src/components/ManagerPage/AppsList.js index 257e6d72..d405c192 100644 --- a/src/components/ManagerPage/AppsList.js +++ b/src/components/ManagerPage/AppsList.js @@ -202,7 +202,7 @@ class AppsList extends PureComponent { error={error && error.name} app={app} /> - + @@ -218,8 +218,8 @@ class AppsList extends PureComponent { { ) : status === 'success' ? ( - +