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
1 changed files with 1 additions and 1 deletions

View File

@ -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>