Ajoute un lien vers la home

pull/454/head
Johan Girod 2019-02-06 10:30:52 +01:00
parent 8e6b547cf3
commit c498fd220d
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,6 @@ import hiringSvg from '../../images/hiring.svg';
import './Navigation.css';
import NavOpener from './NavOpener';
import SideBar from './SideBar';
import type { TFunction } from 'react-i18next'
type OwnProps = {};
@ -30,6 +29,9 @@ const StepsHeader = ({ t, sitePaths, companyStatusChoice }: Props) => (
<nav className="navigation">
<ul>
<li>
<NavLink to='/' title='Accueil'/>
</li>
<li>
<NavOpener
to={sitePaths.entreprise.index}
exact={false}