enter login & navigate all menu

This commit is contained in:
Raja Oktafrianto
2025-03-19 13:04:16 +07:00
parent 621cae6694
commit 16029e10cd
19 changed files with 348 additions and 131 deletions

View File

@ -9,7 +9,7 @@ const ProductsMaster = () => {
return (
<ManageProductsContextProvider>
<Container>
<h1 className="text-xl font-medium leading-none text-gray-900 mb-5">Manage Products</h1>
<h1 className="text-xl font-medium leading-none text-gray-900 mb-3">Manage Products</h1>
<Breadcrumbs sx={{ mb: 2 }}>
<Link underline="none" color="inherit" href="/">
<span className="text-sm hover:underline">Dashboard</span>