diff --git a/src/components/DashboardPage/index.js b/src/components/DashboardPage/index.js index f9c0f3da..f652cb31 100644 --- a/src/components/DashboardPage/index.js +++ b/src/components/DashboardPage/index.js @@ -192,13 +192,17 @@ class DashboardPage extends PureComponent { /> ) : ( - + + + {t('app:dashboard.emptyAccountTile.desc')} @@ -247,4 +251,5 @@ const Wrapper = styled(Box).attrs({ })` border: 1px dashed ${p => p.theme.colors.fog}; border-radius: 4px; + height: 215px; ` diff --git a/src/components/SettingsPage/sections/About.js b/src/components/SettingsPage/sections/About.js index 24ef9871..b691e823 100644 --- a/src/components/SettingsPage/sections/About.js +++ b/src/components/SettingsPage/sections/About.js @@ -105,9 +105,9 @@ class AboutRowItem extends PureComponent<{ const { onClick, title, desc, url } = this.props const boundOnClick = () => onClick(url) return ( - + - + ) diff --git a/static/images/empty-account-tile.svg b/static/images/empty-account-tile.svg index 1e35c66b..359028c9 100644 --- a/static/images/empty-account-tile.svg +++ b/static/images/empty-account-tile.svg @@ -1,2 +1,32 @@ - - + + + + + + + + + + + + + + + + + + + + +