diff --git a/src/components/Tabs/TodoList/TodoItem.tsx b/src/components/Tabs/TodoList/TodoItem.tsx index f5483f5..5368458 100644 --- a/src/components/Tabs/TodoList/TodoItem.tsx +++ b/src/components/Tabs/TodoList/TodoItem.tsx @@ -21,9 +21,9 @@ const TodoItem = ({ todo, timerEnabled = false, onToggle, onDelete, onClick }: T className="p-3 border border-main rounded-md hover:bg-gray-50 cursor-pointer transition-colors" onClick={onClick} > -
{todo.title}
-{todo.title}
++
{todo.title}