mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-01 03:09:34 +00:00
Formated Files
This commit is contained in:
parent
8ef97bf854
commit
bdb5925975
5 changed files with 51 additions and 47 deletions
|
@ -29,7 +29,9 @@ export const CardItem = ({ index, data }: CardItemProps) => {
|
|||
{data.title}
|
||||
<div className='flex w-fit rounded-md border-2 border-transparent bg-slate-100 px-0.5 pb-0.5 pt-0.5 text-sm'>
|
||||
<Calendar className='ml-0.5 mr-0.5 h-4 w-4' />
|
||||
{data?.dueDate ? 'Due: ' + format(data.dueDate, 'PP') : 'No Due Date'}
|
||||
{data?.dueDate
|
||||
? 'Due: ' + format(data.dueDate, 'PP')
|
||||
: 'No Due Date'}
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue