mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
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:
commit
ba02d6ecce
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user