diff --git a/app/(app)/summary/sections/SummaryPriorityCard.tsx b/app/(app)/summary/sections/SummaryPriorityCard.tsx index c30cdae..928dd6b 100644 --- a/app/(app)/summary/sections/SummaryPriorityCard.tsx +++ b/app/(app)/summary/sections/SummaryPriorityCard.tsx @@ -58,16 +58,16 @@ export default function SummaryPriorityCard({
{config.label}
- + {percentage}% - + {count} {count === 1 ? "item" : "items"}
diff --git a/app/(app)/summary/sections/SummaryStatusCard.tsx b/app/(app)/summary/sections/SummaryStatusCard.tsx index 31b610e..0c491bf 100644 --- a/app/(app)/summary/sections/SummaryStatusCard.tsx +++ b/app/(app)/summary/sections/SummaryStatusCard.tsx @@ -64,10 +64,10 @@ export default function SummaryStatusCard({
- + {percentage}% - + {count} {count === 1 ? "task" : "tasks"}