+ const className = accent + ? `project-card project-card--${accent} project-card--${variant}` + : `project-card project-card--${variant}` + + const content = ( + <> {index} {categoryIcon}{category} @@ -49,14 +51,26 @@ export function ProjectCard({ {href - ? ( - + ? {linkLabel} - - ) + : In development ●} -