Skip to content

Strike through task title when status is "done" #36

Description

@anoopcodehack

File: client/src/components/Board/TaskCard.jsx

When a task is in Done column, the title looks
exactly same as other columns.

Fix:
className={text-sm font-medium ${task.status === 'done' ? 'line-through opacity-50' : ''}}

1 line change!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions