Fix some icon names changed by the Font Awesome 5. (#8796)
This commit is contained in:
parent
a72a939334
commit
3f9ec3de82
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue