diff --git a/src/components/KanbanBoard.tsx b/src/components/KanbanBoard.tsx index 60e63c5..c0cdd56 100644 --- a/src/components/KanbanBoard.tsx +++ b/src/components/KanbanBoard.tsx @@ -135,7 +135,7 @@ export default function KanbanBoard({ projectId }: Props) { className="w-2 h-2 rounded-full mt-1.5 shrink-0" style={{ background: PRIORITY_COLORS[task.priority] || "#737373" }} /> -
{task.key}
{task.key}{task.title}
+
{task.key}{task.title}
{task.description && (

{task.description}