add missing border to nav search

pull/26459/head^2
Paul Wackerow 2 years ago
parent 1729539025
commit 0e295c32b7
No known key found for this signature in database
GPG Key ID: BB63E296FE9CAB8D
  1. 2
      src/components/UI/Header.tsx

@ -42,7 +42,7 @@ export const Header: FC = () => {
</Stack> </Stack>
{/* SEARCH */} {/* SEARCH */}
<Stack display={{ base: 'none', md: 'block' }}> <Stack display={{ base: 'none', md: 'block' }} borderRight='2px' borderColor='primary'>
<Search /> <Search />
</Stack> </Stack>

Loading…
Cancel
Save