refactor: clean comments

This commit is contained in:
Julien Oculi 2024-02-15 13:07:06 +01:00
parent 972a84f241
commit 3f1cb2a9af

View file

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