rough dashboard components

This commit is contained in:
2026-04-04 19:45:52 +05:30
parent ffa41825dd
commit 84059a84b5
7 changed files with 473 additions and 0 deletions

View File

@@ -99,6 +99,13 @@ export default function Header({
mr: 2,
}}
>
<Button
color="inherit"
onClick={() => navigate("/dashboard")}
sx={{ textTransform: "none", fontWeight: 500 }}
>
Dashboard
</Button>
<Button
color="inherit"
onClick={() => navigate("/admin/profile")}