mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 00:53:47 +00:00
add missing border to nav search
This commit is contained in:
parent
1729539025
commit
0e295c32b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue