parent
					
						
							
								66ff9ed34e
							
						
					
				
			
			
				commit
				
					
						1d5dcfcd46
					
				
			
		
					 2 changed files with 13 additions and 1 deletions
				
			
		|  | @ -97,7 +97,7 @@ class Status extends ImmutablePureComponent { | |||
|     } | ||||
| 
 | ||||
|     return ( | ||||
|       <div className={this.props.muted ? 'status muted' : 'status'}> | ||||
|       <div className={`status ${this.props.muted ? 'muted' : ''} status-${status.get('visibility')}`}> | ||||
|         <div className='status__info'> | ||||
|           <div className='status__info-time'> | ||||
|             <a href={status.get('url')} className='status__relative-time' target='_blank' rel='noopener'><RelativeTimestamp timestamp={status.get('created_at')} /></a> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue