0
0
Fork 0

Change the "Explore" icon from fa-globe to fa-hashtag (#17757)

This commit is contained in:
mayaeh 2022-03-13 13:15:19 +09:00 committed by GitHub
parent e52085246f
commit e38a01c41a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -100,7 +100,7 @@ class GettingStarted extends ImmutablePureComponent {
<ColumnSubheading key='header-discover' text={intl.formatMessage(messages.discover)} />,
<ColumnLink key='community_timeline' icon='users' text={intl.formatMessage(messages.community_timeline)} to='/public/local' />,
<ColumnLink key='public_timeline' icon='globe' text={intl.formatMessage(messages.public_timeline)} to='/public' />,
<ColumnLink key='explore' icon='globe' text={intl.formatMessage(messages.explore)} to='/explore' />,
<ColumnLink key='explore' icon='hashtag' text={intl.formatMessage(messages.explore)} to='/explore' />,
);
height += 34 + 48*3;