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