Browse Source

Merge pull request #1052 from LedgerHQ/typo

Fix typo in url key
master
NastiaS 7 years ago
committed by GitHub
parent
commit
40da166a57
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/ExchangePage/index.js
  2. 2
      src/config/urls.js

2
src/components/ExchangePage/index.js

@ -24,7 +24,7 @@ const cards = [
{
key: 'coinhouse',
id: 'coinhouse',
url: urls.coinbase,
url: urls.coinhouse,
logo: <CoinhouseLogo width={150} />,
},
{

2
src/config/urls.js

@ -22,7 +22,7 @@ export const urls = {
'https://github.com/LedgerHQ/ledger-live-desktop/issues?q=is%3Aopen+is%3Aissue+label%3Abug',
// Exchanges
coinbase: 'https://www.coinhouse.com/r/157530',
coinhouse: 'https://www.coinhouse.com/r/157530',
changelly: 'https://changelly.com/?ref_id=aac789605a01',
coinmama: 'http://go.coinmama.com/visit/?bta=51801&nci=5343',
simplex: 'https://www.simplex.com/',

Loading…
Cancel
Save