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:
Agent Zero
2026-02-26 07:38:05 +00:00
parent 856816c36a
commit 51c0bfaeaf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ const Header: React.FC = () => {
}
}}
>
<Menu />
<MenuIcon />
</IconButton>
<Menu