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) {
if (username) {
return (
<div
className='hidden-xs hidden-sm'
<li
className='hidden-xs hidden-sm avatar'
eventKey={ 2 }>
<a href={ '/' + username }>
<img
className='profile-picture float-right'
src={ picture } />
</a>
</div>
</li>
);
} else {
return (