Browse Source

Merge pull request #1264 from NastiaS/minor-updates-branch

Minor design adjustment on the manager modal
master
Gaëtan Renaudeau 7 years ago
committed by GitHub
parent
commit
6cb88087c5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      src/components/ManagerPage/AppsList.js
  2. 2
      src/config/urls.js

8
src/components/ManagerPage/AppsList.js

@ -202,7 +202,7 @@ class AppsList extends PureComponent<Props, State> {
error={error && error.name}
app={app}
/>
<ModalContent grow align="center" justify="center" mt={3}>
<ModalContent grow align="center" justify="center" mt={5}>
<Box color="alertRed">
<ExclamationCircleThin size={44} />
</Box>
@ -218,8 +218,8 @@ class AppsList extends PureComponent<Props, State> {
</Box>
<Box
color="graphite"
mt={4}
fontSize={6}
mt={2}
fontSize={4}
ff="Open Sans"
textAlign="center"
style={{ maxWidth: 350 }}
@ -235,7 +235,7 @@ class AppsList extends PureComponent<Props, State> {
</Fragment>
) : status === 'success' ? (
<Fragment>
<ModalContent grow align="center" justify="center" mt={3}>
<ModalContent grow align="center" justify="center" mt={5}>
<Box color="positiveGreen">
<CheckCircle size={44} />
</Box>

2
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',

Loading…
Cancel
Save