- - - {item.name} - - {item.type} - by {item.status} + + {projects.map((item) => { + return ( + + + + {item.name} + + {item.type} + by {item.status} + - - {item.description} - - {item.links.map((link) => ( - - {link.label === "GitHub" && ( - {item.description} + + {item.links.map((link) => ( + + {link.label === "GitHub" && ( + + )} + {link.label} + - )} - {link.label} - - - ))} - - - ); - })} - + + ))} + + + ); + })} +