Delete the search box

pull/140/head
YangZhang-GitHub 2022-04-13 16:11:10 +08:00
parent e5a8c38ed2
commit 6721a62e35
1 changed files with 1 additions and 7 deletions

View File

@ -52,13 +52,7 @@ const NavbarTop = () => {
<NavbarTopDropDownMenus setNavbarCollapsed={setNavbarCollapsed} />
</Nav>
</Collapse>
) : (
<Nav navbar className={`align-items-center d-none d-${topNavbarBreakpoint}-block`}>
<NavItem>
<SearchBox autoCompleteItem={autoCompleteInitialItem} />
</NavItem>
</Nav>
)}
) : null}
<TopNavRightSideNavItem />
</Navbar>