add profile-picture to profile picture

pull/1408/head
Berkeley Martinez 2015-07-28 11:18:11 -07:00
parent a615449015
commit 884825cb1d
1 changed files with 3 additions and 1 deletions

View File

@ -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>
); );