give edit and countdown space again

This commit is contained in:
keyan 2024-04-17 13:19:10 -05:00
parent 40463d526c
commit 0ea261428c
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ export default function ItemInfo ({
className='text-reset pointer'
onClick={() => onEdit ? onEdit() : router.push(`/items/${item.id}/edit`)}
>
{editText || 'edit'}
<span>{editText || 'edit'} </span>
<Countdown
date={editThreshold}
onComplete={() => {