]> cat aescling's git repositories - mastodon.git/blobdiff - app/javascript/mastodon/features/getting_started/index.js
Revert Font Awesome 5 upgrade (#8810)
[mastodon.git] / app / javascript / mastodon / features / getting_started / index.js
index 2b70b7501206fd7e5b5b045de1d200bfeed29ecf..d5ba5cbce4c9c782cd07b589acd83c183f252e08 100644 (file)
@@ -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='cogs' text={intl.formatMessage(messages.preferences)} href='/settings/preferences' />,
+        <ColumnLink key={i++} icon='gears' text={intl.formatMessage(messages.preferences)} href='/settings/preferences' />,
       );
 
       height += 34 + 48;
@@ -120,7 +120,7 @@ class GettingStarted extends ImmutablePureComponent {
         {multiColumn && <div className='column-header__wrapper'>
           <h1 className='column-header'>
             <button>
-              <i className='fas fa-bars fa-fw column-header__icon' />
+              <i className='fa fa-bars fa-fw column-header__icon' />
               <FormattedMessage id='getting_started.heading' defaultMessage='Getting started' />
             </button>
           </h1>
This page took 0.028276 seconds and 3 git commands to generate.