import React from 'react'; import { LinkContainer } from 'react-router-bootstrap'; import { Button, Panel, Col, Row } from 'react-bootstrap'; export default React.createClass({ displayName: 'NewJobCompleted', propTypes: { }, render() { return (

Job under review

Congrats! Your job has been posted and is under review. Once we review you job post we will publish it and you will receive an email from us with a link to the listing.
); } });