diff --git a/src/components/ExchangePage/index.js b/src/components/ExchangePage/index.js
index d4e5a799..fb92fbb0 100644
--- a/src/components/ExchangePage/index.js
+++ b/src/components/ExchangePage/index.js
@@ -26,13 +26,13 @@ const cards = [
},
{
key: 'changelly',
- id: 'coinhouse',
+ id: 'changelly',
url: 'https://changelly.com/?ref_id=aac789605a01',
logo: ,
},
{
key: 'coinmama',
- id: 'coinhouse',
+ id: 'coinmama',
url: 'http://go.coinmama.com/visit/?bta=51801&nci=5343',
logo: ,
},
@@ -44,9 +44,12 @@ class ExchangePage extends PureComponent {
return (
-
+
{t('app:exchange.title')}
+
+ {t('app:exchange.desc')}
+
{cards.map(card => )}
)
diff --git a/src/components/SettingsPage/sections/Display.js b/src/components/SettingsPage/sections/Display.js
index 34f7c689..123d5abc 100644
--- a/src/components/SettingsPage/sections/Display.js
+++ b/src/components/SettingsPage/sections/Display.js
@@ -14,7 +14,6 @@ import type { SettingsState as Settings } from 'reducers/settings'
import type { T } from 'types/common'
import TrackPage from 'analytics/TrackPage'
-import Box from 'components/base/Box'
import SelectExchange from 'components/SelectExchange'
import Select from 'components/base/Select'
import RadioGroup from 'components/base/RadioGroup'