This commit is contained in:
rgrgogu
2026-05-14 12:59:31 +08:00
parent 6e98ff0b5d
commit dcf5f43fd5
38 changed files with 2174 additions and 382 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export default function DashboardGrid({ sections = [] }) {
}
return (
<section className="bg-muted/60 xs:h-full lg:h-screen">
<section className="bg-muted/60">
<div className="lg:container lg:mx-auto flex flex-col items-start gap-8 px-4">
{sections.map(({ title, description, tiles }) => (
<div key={title} className="flex flex-col items-start gap-4 w-full">