diff --git a/common/app/components/Nav/Nav.jsx b/common/app/components/Nav/Nav.jsx index 37ff15817d3..baf1acac2b3 100644 --- a/common/app/components/Nav/Nav.jsx +++ b/common/app/components/Nav/Nav.jsx @@ -48,7 +48,7 @@ export default React.createClass({ { content } diff --git a/common/app/routes/Jobs/components/Jobs.jsx b/common/app/routes/Jobs/components/Jobs.jsx index 91cc6110a57..21aa7d40f29 100644 --- a/common/app/routes/Jobs/components/Jobs.jsx +++ b/common/app/routes/Jobs/components/Jobs.jsx @@ -3,7 +3,6 @@ import { contain } from 'thundercats-react'; import { Button, Panel, Row, Col } from 'react-bootstrap'; import ListJobs from './List.jsx'; -import TwitterBtn from './TwitterBtn.jsx'; export default contain( { @@ -73,7 +72,8 @@ export default contain( mdOffset= { 1 } xs={ 12 }>

- Hire a JavaScript engineer who's experienced in HTML5, Node.js, MongoDB, and Agile Development. + Hire a JavaScript engineer who's experienced in HTML5, + Node.js, MongoDB, and Agile Development.

@@ -96,14 +96,28 @@ export default contain( - a photo of Michael Gai, who recently hired a software engineer through Free Code Camp + {`
-

"We hired our last developer out of Free Code Camp and couldn't be happier. Free Code Camp is now our go-to way to bring on pre-screened candidates who are enthusiastic about learning quickly and becoming immediately productive in their new career."

-
Michael Gai, CEO at CoNarrative
+

+ We hired our last developer out of Free Code Camp + and couldn't be happier. Free Code Camp is now + our go-to way to bring on pre-screened candidates + who are enthusiastic about learning quickly and + becoming immediately productive in their new career. +

+
diff --git a/package.json b/package.json index 79e7ad80bf2..9eff512300c 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "react": "~0.14.2", "react-bootstrap": "~0.27.3", "react-motion": "~0.3.1", - "react-router": "^1.0.0-rc4", + "react-router": "^1.0.0", "react-router-bootstrap": "~0.19.2", "react-vimeo": "~0.0.3", "request": "^2.65.0",