Updated HomePage action button to be search
• Updated: - HomePage action button to be search • Removed: - Home page timeline settings modal
This commit is contained in:
parent
ad1ab424e8
commit
60e38f58d6
|
@ -79,8 +79,8 @@ class HomePage extends React.PureComponent {
|
|||
title={title}
|
||||
actions={[
|
||||
{
|
||||
icon: 'ellipsis',
|
||||
onClick: this.onOpenHomePageSettingsModal,
|
||||
icon: 'search',
|
||||
to: '/search',
|
||||
},
|
||||
]}
|
||||
layout={[
|
||||
|
|
Loading…
Reference in New Issue