add missing border to nav search

This commit is contained in:
Paul Wackerow 2022-11-29 17:11:22 -08:00
parent 1729539025
commit 0e295c32b7
No known key found for this signature in database
GPG Key ID: BB63E296FE9CAB8D

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