0
0
Fork 0

Change new explore compass icon CSS class to explore (#29395)

This commit is contained in:
Roni Laukkarinen 2024-02-26 17:28:38 +02:00 committed by GitHub
parent 8429d07454
commit 10fdd88288
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -112,7 +112,7 @@ class GettingStarted extends ImmutablePureComponent {
if (showTrends) {
navItems.push(
<ColumnLink key='explore' icon='hashtag' iconComponent={TagIcon} text={intl.formatMessage(messages.explore)} to='/explore' />,
<ColumnLink key='explore' icon='explore' iconComponent={TagIcon} text={intl.formatMessage(messages.explore)} to='/explore' />,
);
}