horizontal seperator + new todo

This commit is contained in:
2026-06-27 00:03:45 -05:00
parent 69f269efc7
commit ea1819f96c
3 changed files with 4 additions and 6 deletions
+2 -5
View File
@@ -16,14 +16,11 @@ export default function Dashboard() {
return (
<main>
{/* Heading */}
<div>
<h1 className="text-5xl font-bold text-black">Dashboard</h1>
</div>
<div className="mt-4 grid xs:grid-cols-1 sm:grid-cols-2 md:grid-cols-4 gap-4">
<div className="grid xs:grid-cols-1 sm:grid-cols-2 md:grid-cols-4 gap-4 m-4">
<AppCard app={mockService} />
<AppCard app={mockServiceDesc} />
</div>
<hr />
</main>
);
}
+1
View File
@@ -1 +1,2 @@
1. Add Environment Switching
2. Widget System on Dashboard