0
0
Fork 0

Fix some icon names changed by the Font Awesome 5. (#8796)

This commit is contained in:
mayaeh 2018-09-28 03:36:36 +09:00 committed by Eugen Rochko
parent a72a939334
commit 3f9ec3de82
3 changed files with 3 additions and 3 deletions

View 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='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;