Merge pull request #17 from juansemprun/bug/avoid-displaying-search-bar-twice

⚒️ fix: avoid displaying search bar twice on mobile devices
This commit is contained in:
Pablo Hdez 2022-08-09 23:12:32 +01:00 committed by GitHub
commit ba02d6ecce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ const Header = () => {
</HStack>
</Flex>
<Collapse in={isOpen} animateOpacity>
<Box mt="3">
<Box mt="3" display={{ base:"none", md:"block" }}>
<Search />
</Box>
</Collapse>