This commit is contained in:
2025-11-16 14:32:13 +08:00
committed by LeonMMcoset
parent d7e19e90fd
commit 999a45a598
48 changed files with 414 additions and 59 deletions

View File

@@ -123,6 +123,12 @@ const ClientLayout: React.FC<ClientLayoutProps> = ({ children }) => {
LeonPan
</MenuItem>
{/* <MenuItem onClick={handleClose}>My account</MenuItem> */}
<StyledListHeader></StyledListHeader>
<MenuItem
onClick={() => (window.location.href = "/project/leonbasic")}
>
LeonBasic
</MenuItem>
</Menu>
</Toolbar>
</AppBar>