From a6ffb2f799628c7786b34ccb5892c2adfeec4693 Mon Sep 17 00:00:00 2001 From: Hiep Le <69354317+hieptl@users.noreply.github.com> Date: Tue, 8 Jul 2025 22:13:51 +0700 Subject: [PATCH] refactor(frontend): Remove the border bottom of the last element on the suggested tasks. (#9610) --- frontend/src/components/features/home/tasks/task-card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/features/home/tasks/task-card.tsx b/frontend/src/components/features/home/tasks/task-card.tsx index 1958f00552..585376877c 100644 --- a/frontend/src/components/features/home/tasks/task-card.tsx +++ b/frontend/src/components/features/home/tasks/task-card.tsx @@ -64,7 +64,7 @@ export function TaskCard({ task }: TaskCardProps) { } return ( -
  • +