fix: correct MUI icon usage in Header and NotFoundPublic
- Header.tsx: Use <MenuIcon /> instead of <Menu /> component - NotFoundPublic.tsx: Use <ErrorOutlineIcon /> instead of <ErrorOutline /> Resolves: Menu open prop error and ErrorOutline undefined error
This commit is contained in:
@@ -153,7 +153,7 @@ const Header: React.FC = () => {
|
||||
}
|
||||
}}
|
||||
>
|
||||
<Menu />
|
||||
<MenuIcon />
|
||||
</IconButton>
|
||||
|
||||
<Menu
|
||||
|
||||
Reference in New Issue
Block a user