chore(frontend): remove search icon from top nav
This commit is contained in:
parent
678d3bba10
commit
ad43562714
|
|
@ -78,13 +78,13 @@ export const TopNav = (props) => {
|
|||
</SvgIcon>
|
||||
</IconButton>
|
||||
)}
|
||||
<Tooltip title="Search">
|
||||
{/* <Tooltip title="Search">
|
||||
<IconButton>
|
||||
<SvgIcon fontSize="small">
|
||||
<MagnifyingGlassIcon />
|
||||
</SvgIcon>
|
||||
</IconButton>
|
||||
</Tooltip>
|
||||
</Tooltip> */}
|
||||
</Stack>
|
||||
<Stack
|
||||
alignItems="center"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user