Commit 0e45a654 by Arjun Jhukal

updated the minor changes

parent e3f1ecba
...@@ -48,7 +48,7 @@ export default function DashboardLayout({ children }: { children: React.ReactNod ...@@ -48,7 +48,7 @@ export default function DashboardLayout({ children }: { children: React.ReactNod
<DrawerHeader sx={{ <DrawerHeader sx={{
mb: { xs: '16px', lg: 0 } mb: { xs: '16px', lg: 0 }
}} /> }} />
<div className="content_box px-4 pt-4 pb-8 lg:pl-11 lg:pr-12 lg:pt-8 lg:pb-14"> <div className="content_box px-4 pt-4 pb-12 lg:pl-11 lg:pr-12 lg:pt-8 lg:pb-16">
{/* {pathname !== '/' && <Breadcrumb />} */} {/* {pathname !== '/' && <Breadcrumb />} */}
{children}</div> {children}</div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment