give edit and countdown space again
This commit is contained in:
		
							parent
							
								
									40463d526c
								
							
						
					
					
						commit
						0ea261428c
					
				@ -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={() => {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user