mirror of
https://gitlab.massbug.com/massbug/judge4c.git
synced 2025-07-04 09:22:13 +00:00
feat(dashboard): remove unnecessary padding from header section in DashboardPage
This commit is contained in:
parent
22e4580bc9
commit
5faba489da
@ -9,7 +9,7 @@ export default async function DashboardPage() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="h-full flex flex-col p-4 pt-0 gap-4">
|
<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>
|
<h1 className="text-2xl font-semibold">Home</h1>
|
||||||
<p className="text-muted-foreground">
|
<p className="text-muted-foreground">
|
||||||
Monitor all of your projects and tasks here
|
Monitor all of your projects and tasks here
|
||||||
|
Loading…
Reference in New Issue
Block a user