From ed26b3f9d2a7de41365468c55009035c443025ea Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Fri, 29 May 2020 17:44:17 -0400 Subject: [PATCH] Update profile header edit profile button to redirect to settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Update: - profile header edit profile button to redirect to settings --- app/javascript/gabsocial/components/profile_header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/gabsocial/components/profile_header.js b/app/javascript/gabsocial/components/profile_header.js index c95bd076..e293f3b7 100644 --- a/app/javascript/gabsocial/components/profile_header.js +++ b/app/javascript/gabsocial/components/profile_header.js @@ -312,7 +312,7 @@ class ProfileHeader extends ImmutablePureComponent { backgroundColor='none' color='brand' className={[_s.justifyContentCenter, _s.alignItemsCenter].join(' ')} - onClick={this.handleOnEditProfile} + href='/settings/profile' > {intl.formatMessage(messages.editProfile)}