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:
mgabdev 2020-10-31 18:37:57 -05:00
parent ad1ab424e8
commit 60e38f58d6

View File

@ -79,8 +79,8 @@ class HomePage extends React.PureComponent {
title={title} title={title}
actions={[ actions={[
{ {
icon: 'ellipsis', icon: 'search',
onClick: this.onOpenHomePageSettingsModal, to: '/search',
}, },
]} ]}
layout={[ layout={[