fix: avoid displaying search bar twice on mobile devices

This commit is contained in:
Juan Semprun 2022-08-09 23:41:14 +02:00
parent 9f38c77830
commit 01de6c30c3
No known key found for this signature in database
GPG Key ID: B88843660D10F85D

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>