diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index ff877fc..881432e 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -17,12 +17,12 @@ import { interface Props { children: React.ReactNode - defaultSidebarOpen: boolean + defaultOpen: boolean } export default function Page(props: Props) { return ( - +
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index ae2a065..70019f1 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -12,7 +12,7 @@ import Page from "@/app/dashboard/page"; Website - +