Add description icon
This commit is contained in:
parent
c281d5a6a7
commit
a9cabae65e
@ -30,9 +30,9 @@ export const TodoItem: FC<TodoItemProps> = (props) => {
|
|||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
<div className="flex flex-row justify-between items-end">
|
<div className="flex flex-row justify-between items-end">
|
||||||
<div>
|
<div className="flex flex-row">
|
||||||
{props.todo.description && (
|
{props.todo.description && (
|
||||||
<div className="h-3 w-3 bg-gray-200 dark:bg-gray-900"/>
|
<div className="h-3 w-3 bg-gray-100 dark:border-black border border-gray-300 dark:bg-gray-900 rounded-sm"/>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
{props.displayProject && props.todo.project && (
|
{props.displayProject && props.todo.project && (
|
||||||
|
Loading…
Reference in New Issue
Block a user