feat(dashboard): remove unnecessary padding from header section in DashboardPage

This commit is contained in:
ngc2207 2025-02-04 14:55:23 +08:00
parent 22e4580bc9
commit 5faba489da

View File

@ -9,7 +9,7 @@ export default async function DashboardPage() {
return (
<div className="h-full flex flex-col p-4 pt-0 gap-4">
<div className="flex-col hidden lg:flex px-7">
<div className="flex-col hidden lg:flex">
<h1 className="text-2xl font-semibold">Home</h1>
<p className="text-muted-foreground">
Monitor all of your projects and tasks here