Enlève le lien vers les procédures d'embauche pour embauche.beta.gouv.fr
parent
fe05b652c5
commit
dcc4baa336
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -46,7 +46,7 @@ class SocialSecurity extends Component<Props, {}> {
|
|||
<h2>How much does it cost ?</h2>
|
||||
</>
|
||||
)}
|
||||
<Simulateur />
|
||||
<Simulateur displayHiringProcedures />
|
||||
</Animate.fromBottom>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue