Enlève le lien vers les procédures d'embauche pour embauche.beta.gouv.fr

pull/297/head
Johan Girod 2018-08-10 11:07:40 +02:00
parent fe05b652c5
commit dcc4baa336
3 changed files with 13 additions and 10 deletions

View File

@ -105,13 +105,16 @@ export default class Simu extends Component {
maintenant concrétiser votre projet d'embauche.
</Trans>
</p>
<div style={{ textAlign: 'center' }}>
<Link className="ui__ button" to="/hiring-process">
<Trans i18nKey="simulation-end.cta">
Connaître les démarches
</Trans>
</Link>
</div>
{this.props.displayHiringProcedures && (
<div style={{ textAlign: 'center' }}>
<Link className="ui__ button" to="/hiring-process">
<Trans i18nKey="simulation-end.cta">
Connaître les démarches
</Trans>
</Link>
</div>
)}
<br />
</>
)}
<div id="focusZone">

View File

@ -6,13 +6,13 @@ import { Redirect, Route, Switch } from 'react-router-dom'
import 'Ui/index.css'
import Provider from '../../Provider'
import About from './pages/About'
import IntegrationTest from './pages/IntegrationTest'
import Contact from './pages/Contact'
import Couleur from './pages/Couleur'
import Contribution from './pages/Contribution'
import Couleur from './pages/Couleur'
import { Header } from './pages/Header'
import Home from './pages/Home'
import Integration from './pages/Integration'
import IntegrationTest from './pages/IntegrationTest'
import Route404 from './pages/Route404'
import RulesList from './pages/RulesList'
@withTracker

View File

@ -46,7 +46,7 @@ class SocialSecurity extends Component<Props, {}> {
<h2>How much does it cost ?</h2>
</>
)}
<Simulateur />
<Simulateur displayHiringProcedures />
</Animate.fromBottom>
)
}