added recent links to dashboard

This commit is contained in:
daniel31x13
2023-10-23 10:45:48 -04:00
parent 697b139493
commit 4252b79586
19 changed files with 461 additions and 53 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export default function MainLayout({ children }: Props) {
<Sidebar className="fixed top-0" />
</div>
<div className="w-full flex flex-col h-screen lg:ml-64 xl:ml-80">
<div className="w-full flex flex-col min-h-screen lg:ml-64 xl:ml-80">
<Navbar />
{children}
</div>