refactor(home-page): simplify layout by removing unnecessary Card component

- Removed the Card wrapper around the TasksList for a cleaner layout.
- Cleaned up whitespace in the home-page.tsx file for improved readability.
This commit is contained in:
chamikaJ
2025-07-14 12:48:13 +05:30
parent 5b1cbb0c46
commit 2a7019c64c

View File

@@ -108,9 +108,7 @@ const HomePage = memo(() => {
<Row gutter={[24, 24]} className="mt-12">
<Col xs={24} lg={16}>
<Card title="Task List" className="h-full">
<TasksList />
</Card>
<TasksList />
</Col>
<Col xs={24} lg={8}>