From 2ca0e7edfa58b5e2a4e9196bd2ea81f9fd647ba5 Mon Sep 17 00:00:00 2001 From: Hallaathrad Date: Sun, 24 Jan 2016 11:25:35 -0500 Subject: [PATCH] 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. --- common/app/components/Nav/Nav.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/app/components/Nav/Nav.jsx b/common/app/components/Nav/Nav.jsx index 283bdd60bf..205cb26bcf 100644 --- a/common/app/components/Nav/Nav.jsx +++ b/common/app/components/Nav/Nav.jsx @@ -81,15 +81,15 @@ export default React.createClass({ renderSignin(username, picture) { if (username) { return ( -
-
+ ); } else { return (