Merge remote-tracking branch 'parent/main' into upstream-20240227
This commit is contained in:
commit
78446fead4
120 changed files with 499 additions and 373 deletions
|
@ -74,7 +74,7 @@ class NavigationPanel extends Component {
|
|||
const { signedIn, disabledAccountId } = this.context.identity;
|
||||
|
||||
const explorer = (trendsEnabled ? (
|
||||
<ColumnLink transparent to='/explore' icon='hashtag' iconComponent={ExploreIcon} text={intl.formatMessage(messages.explore)} />
|
||||
<ColumnLink transparent to='/explore' icon='explore' iconComponent={ExploreIcon} text={intl.formatMessage(messages.explore)} />
|
||||
) : (
|
||||
<ColumnLink transparent to='/search' icon='search' iconComponent={SearchIcon} text={intl.formatMessage(messages.search)} />
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue