add of the years in singleProjects

This commit is contained in:
2025-09-03 21:18:39 +02:00
parent 0835e756be
commit 664216f63c
3 changed files with 38 additions and 11 deletions
+5
View File
@@ -45,6 +45,9 @@ function Projects() {
skills={project.skills}
id={project.id}
nbImage={project.nb_image}
school={project.school}
beginningYear={project.beginning_year}
endYear={project.end_year}
/>
))}
</div>
@@ -71,6 +74,8 @@ function Projects() {
id={project.id}
nbImage={project.nb_image}
school={project.school}
beginningYear={project.beginning_year}
endYear={project.end_year}
/>
))}
</div>