diff --git a/components/ProjectCard.tsx b/components/ProjectCard.tsx index 3110850..7a0c465 100644 --- a/components/ProjectCard.tsx +++ b/components/ProjectCard.tsx @@ -40,7 +40,6 @@ const summary = export const projectMock: ProjectCardProps[] = Array(50).fill(undefined).map( (_, index) => { return { - // title: `Awesome project ${index}`, summary, tags: ['3D', 'électronique', 'informatique'],