forked from treehouse/mastodon
Change preferences link in local settings modal from sliders to cog for consistency
parent
ed2f0f6152
commit
f4b008906d
|
@ -74,7 +74,7 @@ export default class LocalSettingsNavigation extends React.PureComponent {
|
||||||
active={index === 5}
|
active={index === 5}
|
||||||
href={ preferencesLink }
|
href={ preferencesLink }
|
||||||
index={5}
|
index={5}
|
||||||
icon='sliders'
|
icon='cog'
|
||||||
title={intl.formatMessage(messages.preferences)}
|
title={intl.formatMessage(messages.preferences)}
|
||||||
/>
|
/>
|
||||||
<LocalSettingsNavigationItem
|
<LocalSettingsNavigationItem
|
||||||
|
|
Loading…
Reference in New Issue