Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/components/dashboard/TaskTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,12 @@ export default function TaskTable() {
</div>
</div>
</div>
<button
type="button"
className="rounded-md bg-gray-300 px-4 py-2 text-[14px] font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-400"
>
Filter
</button>
</div>
)
}
2 changes: 1 addition & 1 deletion src/components/dashboard/TaskTemplate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ export default function TaskTemplate() {
{emptyInputError && <p className="text-red-500 text-sm mt-4">Fill out all the required fields.</p>}
</div>
);
}
}