File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ import { Separator } from '@/components/ui/separator';
5
5
6
6
export default async function Dashboard ( ) {
7
7
return (
8
- < div className = "text-white flex flex-col gap-y-4" >
8
+ < div className = "text-white flex flex-col gap-y-4 h-full " >
9
9
< div className = "flex w-full justify-between" >
10
10
< h1 className = "text-xl md:text-4xl font-satoshi font-semibold" >
11
- Welcome back!
11
+ Overview
12
12
</ h1 >
13
13
< div className = "flex item-center gap-x-3" >
14
14
< LanguageSwitcher />
@@ -19,7 +19,9 @@ export default async function Dashboard() {
19
19
{ /** userData?.userLevel === 'ADMIN' && <AdminButton /> */ }
20
20
</ div >
21
21
< Separator className = "bg-black-50" />
22
- < DashboardBentoGrid />
22
+ < div className = " h-full" >
23
+ < DashboardBentoGrid />
24
+ </ div >
23
25
</ div >
24
26
) ;
25
27
}
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ export default function Layout({
29
29
30
30
{ /* Scrollable content */ }
31
31
< AppSidebar />
32
- < main className = "w-full pr-6 py-6 lg:pt-6 lg:pb-3 lg:ml-break-out pl-break-out " >
33
- < div className = "lg:pl-6 h-full" >
32
+ < main className = "w-full pr-6 py-6 lg:pt-8 lg:pb-3" >
33
+ < div className = "lg:pl-4 h-full" >
34
34
{ /* <SidebarTrigger className="size-4 h-full flex items-center my-auto -top-2.5 relative" /> */ }
35
35
{ children }
36
36
</ div >
You can’t perform that action at this time.
0 commit comments