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:
parent
f7a0b022d4
commit
ed26b3f9d2
@ -312,7 +312,7 @@ class ProfileHeader extends ImmutablePureComponent {
|
|||||||
backgroundColor='none'
|
backgroundColor='none'
|
||||||
color='brand'
|
color='brand'
|
||||||
className={[_s.justifyContentCenter, _s.alignItemsCenter].join(' ')}
|
className={[_s.justifyContentCenter, _s.alignItemsCenter].join(' ')}
|
||||||
onClick={this.handleOnEditProfile}
|
href='/settings/profile'
|
||||||
>
|
>
|
||||||
<Text color='inherit' weight='bold' size='medium' className={_s.px15}>
|
<Text color='inherit' weight='bold' size='medium' className={_s.px15}>
|
||||||
{intl.formatMessage(messages.editProfile)}
|
{intl.formatMessage(messages.editProfile)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user