Make the settings button go to settings when opened in a new tab
This commit is contained in:
parent
2d3f8055ed
commit
27803cd2b7
@ -119,7 +119,7 @@ class Header extends ImmutablePureComponent {
|
||||
<a
|
||||
aria-label={intl.formatMessage(messages.settings)}
|
||||
onClick={onSettingsClick}
|
||||
href='#'
|
||||
href='/settings/preferences'
|
||||
title={intl.formatMessage(messages.settings)}
|
||||
><Icon id='cogs' /></a>
|
||||
<a
|
||||
|
Loading…
Reference in New Issue
Block a user