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

lolsob-rspec
Holly 2022-02-03 13:36:52 +00:00 committed by Claire
parent 89e2e403ce
commit 45309f7748
1 changed files with 1 additions and 1 deletions

View File

@ -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