🐛 ajoute un espace au bouton 'après la création'

pull/439/head
Johan Girod 2019-01-29 11:36:40 +01:00
parent 6eaf647221
commit 19f13c9ebe
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ const CreateCompany = ({
<Link
to={sitePaths.entreprise.après}
className="ui__ simple skip button">
<T k="entreprise.tâches.ensuite">Après la création</T>
<T k="entreprise.tâches.ensuite">Après la création</T>
</Link>
</p>
</Animate.fromBottom>