Updated edit profile modal buttons to settings/profile for now
• Updated: - edit profile modal buttons to settings/profile for now • Todo: - Implement edit profile modal completely
This commit is contained in:
parent
8d6d85f829
commit
cb13954e9e
|
@ -98,7 +98,7 @@ class UserPanel extends ImmutablePureComponent {
|
|||
backgroundColor='secondary'
|
||||
radiusSmall
|
||||
className={buttonClasses}
|
||||
onClick={onOpenEditProfile}
|
||||
href='/settings/profile'
|
||||
>
|
||||
{intl.formatMessage(messages.edit_profile)}
|
||||
</Button>
|
||||
|
|
|
@ -193,7 +193,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)}
|
||||
|
|
Loading…
Reference in New Issue