mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-23 14:35:41 +00:00
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 a new issue