feat : make entreprise bolder

Update ExperienceCard.js
This commit is contained in:
Anthony Dumas 2023-10-19 12:16:10 +02:00 committed by GitHub
parent 2afd9f05c4
commit 1764a3439b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ export default class ExperienceCard extends Component {
</div>
<div className="media-content">
<p className="title is-4">{data.occupation}</p>
<p className="subtitle is-6">{data.entreprise} - {data.location} - {data.duration}</p>
<p className="subtitle is-6"><strong>{data.entreprise}</strong> - {data.location} - {data.duration}</p>
<div className="tags">
{data.tags.map(function (name, index) {
return <span key={index} className="tag">{name}</span>;