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:
@ -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 (
|
||||
|
Reference in New Issue
Block a user