|
@ -67,8 +67,8 @@ class MainSideBar extends PureComponent<Props> { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
ADD_ACCOUNT_EMPTY_STATE = ( |
|
|
ADD_ACCOUNT_EMPTY_STATE = ( |
|
|
<Box relative> |
|
|
<Box relative pr={3}> |
|
|
<img style={{ position: 'absolute', top: 0, right: 5 }} alt="" src={i('arrow-add.svg')} /> |
|
|
<img style={{ position: 'absolute', top: -10, right: 5 }} alt="" src={i('arrow-add.svg')} /> |
|
|
{this.props.t('app:emptyState.sidebar.text')} |
|
|
{this.props.t('app:emptyState.sidebar.text')} |
|
|
</Box> |
|
|
</Box> |
|
|
) |
|
|
) |
|
|