Commit 96d04e1a authored by vignesh mohankumar's avatar vignesh mohankumar Committed by GitHub

fix: remove search overlay (#4648)

parent fe9d805d
...@@ -7,7 +7,6 @@ import { useOnClickOutside } from 'hooks/useOnClickOutside' ...@@ -7,7 +7,6 @@ import { useOnClickOutside } from 'hooks/useOnClickOutside'
import { organizeSearchResults } from 'lib/utils/searchBar' import { organizeSearchResults } from 'lib/utils/searchBar'
import { Box } from 'nft/components/Box' import { Box } from 'nft/components/Box'
import { Column, Row } from 'nft/components/Flex' import { Column, Row } from 'nft/components/Flex'
import { Overlay } from 'nft/components/modals/Overlay'
import { magicalGradientOnHover, subheadSmall } from 'nft/css/common.css' import { magicalGradientOnHover, subheadSmall } from 'nft/css/common.css'
import { useIsMobile, useIsTablet, useSearchHistory } from 'nft/hooks' import { useIsMobile, useIsTablet, useSearchHistory } from 'nft/hooks'
import { fetchSearchCollections, fetchTrendingCollections } from 'nft/queries' import { fetchSearchCollections, fetchTrendingCollections } from 'nft/queries'
...@@ -435,7 +434,6 @@ export const SearchBar = () => { ...@@ -435,7 +434,6 @@ export const SearchBar = () => {
<NavIcon onClick={toggleOpen}> <NavIcon onClick={toggleOpen}>
<NavMagnifyingGlassIcon width={28} height={28} /> <NavMagnifyingGlassIcon width={28} height={28} />
</NavIcon> </NavIcon>
{isOpen && <Overlay />}
</Box> </Box>
) )
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment