about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/getting_started/index.js
diff options
context:
space:
mode:
authormayaeh <mayaeh@marimo-net.org>2018-09-28 03:36:36 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-09-27 20:36:36 +0200
commit3f9ec3de82c1a3879a2b092672f51c1caca76f5c (patch)
treedfedda7e044aeb59c2c7abc2ed659bc513afcae6 /app/javascript/mastodon/features/getting_started/index.js
parenta72a939334016c093884d6dca911d2b450872f91 (diff)
Fix some icon names changed by the Font Awesome 5. (#8796)
Diffstat (limited to 'app/javascript/mastodon/features/getting_started/index.js')
-rw-r--r--app/javascript/mastodon/features/getting_started/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/features/getting_started/index.js b/app/javascript/mastodon/features/getting_started/index.js
index 4fbe7ed5a..2b70b7501 100644
--- a/app/javascript/mastodon/features/getting_started/index.js
+++ b/app/javascript/mastodon/features/getting_started/index.js
@@ -109,7 +109,7 @@ class GettingStarted extends ImmutablePureComponent {
     if (!multiColumn) {
       navItems.push(
         <ColumnSubheading key={i++} text={intl.formatMessage(messages.settings_subheading)} />,
-        <ColumnLink key={i++} icon='gears' text={intl.formatMessage(messages.preferences)} href='/settings/preferences' />,
+        <ColumnLink key={i++} icon='cogs' text={intl.formatMessage(messages.preferences)} href='/settings/preferences' />,
       );
 
       height += 34 + 48;