Professionnalisation des titres

This commit is contained in:
2021-09-30 00:00:44 +02:00
parent 79007f0d0a
commit 8e71e2c9d3
3 changed files with 10 additions and 18 deletions

View File

@@ -61,12 +61,12 @@ class MainCard extends Component {
</div>
<div class="column is-7" id="experiences">
<span class="title">{experienceCardMessage.title}</span>
<span class="title">{experienceCardMessage.title.experience}</span>
{experienceCardMessage.experiences.map(function(experience, index){
return <ExperienceCard
data={experience}/>;
})}
<span class="title">Education</span>
<span class="title">{experienceCardMessage.title.education}</span>
{experienceCardMessage.education.map(function(education, index){
return <ExperienceCard
data={education}/>;