Make the settings button go to settings when opened in a new tab

main
Holly 3 years ago committed by Claire
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…
Cancel
Save