add profile-picture to profile picture
This commit is contained in:
@ -71,7 +71,9 @@ export default class extends React.Component {
|
||||
className='hidden-xs hidden-sm'
|
||||
eventKey={ 2 }>
|
||||
<a href={ '/' + username }>
|
||||
<img src={ picture } />
|
||||
<img
|
||||
className='profile-picture float-right'
|
||||
src={ picture } />
|
||||
</a>
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user