This commit is contained in:
@@ -37,9 +37,11 @@ const Task: FC<Props> = ({ task, isDragging, onClick }) => {
|
|||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
{task.color ? <div className="h-10 rounded-lg" style={{ backgroundColor: task.color }} /> : null}
|
{task.color ? <div className="h-10 rounded-lg" style={{ backgroundColor: task.color }} /> : null}
|
||||||
<div className="bg-[#FF76C2] h-5 px-3 flex items-center mt-2 text-[10px] text-white rounded-md w-fit">
|
{task.tag ? (
|
||||||
{task.tag}
|
<div className="bg-[#FF76C2] h-5 px-3 flex items-center mt-2 text-[10px] text-white rounded-md w-fit">
|
||||||
</div>
|
{task.tag}
|
||||||
|
</div>
|
||||||
|
) : null}
|
||||||
<div className="font-bold text-xs mt-2">{task.title}</div>
|
<div className="font-bold text-xs mt-2">{task.title}</div>
|
||||||
{task.ticketId ? (
|
{task.ticketId ? (
|
||||||
<Link
|
<Link
|
||||||
|
|||||||
Reference in New Issue
Block a user