diff --git a/src/renderer/src/pages/home/Navbar.tsx b/src/renderer/src/pages/home/Navbar.tsx index b58d4193..dea594c8 100644 --- a/src/renderer/src/pages/home/Navbar.tsx +++ b/src/renderer/src/pages/home/Navbar.tsx @@ -1,4 +1,4 @@ -import { SearchOutlined } from '@ant-design/icons' +import { FormOutlined, SearchOutlined } from '@ant-design/icons' import { Navbar, NavbarLeft, NavbarRight } from '@renderer/components/app/Navbar' import { HStack } from '@renderer/components/Layout' import MinAppsPopover from '@renderer/components/Popups/MinAppsPopover' @@ -64,10 +64,10 @@ const HeaderNavbar: FC = ({ activeAssistant }) => { - - SearchPopup.show()}> - - + + EventEmitter.emit(EVENT_NAMES.ADD_NEW_TOPIC)}> + + )} @@ -86,6 +86,11 @@ const HeaderNavbar: FC = ({ activeAssistant }) => { + + SearchPopup.show()}> + + +