Added search action button to NotificationsPage

• Added:
- search action button to NotificationsPage
This commit is contained in:
mgabdev 2020-11-05 11:35:35 -06:00
parent 26bb93c7c4
commit 3486158695

@ -61,6 +61,12 @@ class NotificationsPage extends React.PureComponent {
LinkFooter,
]}
tabs={tabs}
actions={[
{
icon: 'search',
to: '/search',
},
]}
>
<PageTitle badge={notificationCount} path={title} />
{children}