|
@ -32,7 +32,7 @@ class EmptyStateAccount extends PureComponent<Props, *> { |
|
|
render() { |
|
|
render() { |
|
|
const { t, account, openModal } = this.props |
|
|
const { t, account, openModal } = this.props |
|
|
return ( |
|
|
return ( |
|
|
<Box mt={7} alignItems="center"> |
|
|
<Box mt={7} alignItems="center" selectable> |
|
|
<img |
|
|
<img |
|
|
alt="emptyState Dashboard logo" |
|
|
alt="emptyState Dashboard logo" |
|
|
src={i('logos/emptyStateAccount.png')} |
|
|
src={i('logos/emptyStateAccount.png')} |
|
|