Update profile header edit profile button to redirect to settings

• Update:
- profile header edit profile button to redirect to settings
This commit is contained in:
mgabdev 2020-05-29 17:44:17 -04:00
parent f7a0b022d4
commit ed26b3f9d2

View File

@ -312,7 +312,7 @@ class ProfileHeader extends ImmutablePureComponent {
backgroundColor='none'
color='brand'
className={[_s.justifyContentCenter, _s.alignItemsCenter].join(' ')}
onClick={this.handleOnEditProfile}
href='/settings/profile'
>
<Text color='inherit' weight='bold' size='medium' className={_s.px15}>
{intl.formatMessage(messages.editProfile)}