From 8bf7daeecf07b6873cad48078750575993f1cbcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Sun, 17 Jun 2018 18:37:11 +0200 Subject: [PATCH] add missing padding in Manager & Settings --- src/components/ManagerPage/Dashboard.js | 2 +- src/components/SettingsPage/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ManagerPage/Dashboard.js b/src/components/ManagerPage/Dashboard.js index 980c97ed..eb5bcbce 100644 --- a/src/components/ManagerPage/Dashboard.js +++ b/src/components/ManagerPage/Dashboard.js @@ -24,7 +24,7 @@ type Props = { } const Dashboard = ({ device, deviceInfo, t }: Props) => ( - + {t('app:manager.title')} diff --git a/src/components/SettingsPage/index.js b/src/components/SettingsPage/index.js index 4d1af369..481716cb 100644 --- a/src/components/SettingsPage/index.js +++ b/src/components/SettingsPage/index.js @@ -118,7 +118,7 @@ class SettingsPage extends PureComponent { const items = this._items.filter(item => item.key !== 'currencies' || accountsCount > 0) return ( - + {t('app:settings.title')}