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'
|
className='hidden-xs hidden-sm'
|
||||||
eventKey={ 2 }>
|
eventKey={ 2 }>
|
||||||
<a href={ '/' + username }>
|
<a href={ '/' + username }>
|
||||||
<img src={ picture } />
|
<img
|
||||||
|
className='profile-picture float-right'
|
||||||
|
src={ picture } />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user