feat: be clearer about the situation of where i was for the subcontractor work

This commit is contained in:
2024-04-30 00:18:13 +02:00
parent cb4c54bd3f
commit 1cd5741a2d
2 changed files with 5 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ export default class ExperienceSlimSpan extends Component {
</a>
</div>
<div className="media-content">
<p className="subtitle is-6">{data.occupation} @ <strong>{data.entreprise}</strong> - {data.duration}</p>
<p className="subtitle is-6">{data.occupation} {data.situation} <strong>{data.entreprise}</strong> - {data.duration}</p>
</div>
</div>
</div>