mirror of
https://gitlab.massbug.com/massbug/judge4c.git
synced 2025-07-04 09:41:34 +00:00
feat(dashboard): enhance DashboardPage layout with header and description
This commit is contained in:
parent
dc42896efe
commit
c39dd21278
@ -8,7 +8,13 @@ export default async function DashboardPage() {
|
||||
if (!user) redirect("/sign-in");
|
||||
|
||||
return (
|
||||
<div className="h-full p-4">
|
||||
<div className="h-full flex flex-col p-4 pt-0 gap-4">
|
||||
<div className="flex-col hidden lg:flex px-7">
|
||||
<h1 className="text-2xl font-semibold">Home</h1>
|
||||
<p className="text-muted-foreground">
|
||||
Monitor all of your projects and tasks here
|
||||
</p>
|
||||
</div>
|
||||
<CreateWorkspaceForm />
|
||||
</div>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user