Fix job's navbar offset

Bug caused while fixing the div in the navbar's ul in the main template.
This addresses the job's JSX template.
This commit is contained in:
Hallaathrad
2016-01-24 11:25:35 -05:00
parent 3379f34dd8
commit 2ca0e7edfa

View File

@ -81,15 +81,15 @@ export default React.createClass({
renderSignin(username, picture) { renderSignin(username, picture) {
if (username) { if (username) {
return ( return (
<div <li
className='hidden-xs hidden-sm' className='hidden-xs hidden-sm avatar'
eventKey={ 2 }> eventKey={ 2 }>
<a href={ '/' + username }> <a href={ '/' + username }>
<img <img
className='profile-picture float-right' className='profile-picture float-right'
src={ picture } /> src={ picture } />
</a> </a>
</div> </li>
); );
} else { } else {
return ( return (