diff --git a/astro-app/src/components/ProjectCard.tsx b/astro-app/src/components/ProjectCard.tsx index 905773d..b876352 100644 --- a/astro-app/src/components/ProjectCard.tsx +++ b/astro-app/src/components/ProjectCard.tsx @@ -133,49 +133,6 @@ export function ProjectCard({ project, onSeenStatusChange }: ProjectCardProps) { - {/* Category */} - {project.category && ( -
- - {project.category} - -
- )} - - ); -} - - - View Project - - - )} - - {/* Engagement Stats */} -
-
- - {project.favorite_count.toLocaleString()} -
-
- - {project.retweet_count.toLocaleString()} -
-
- - {project.reply_count.toLocaleString()} -
-
- - {project.views_count.toLocaleString()} -
-
- {/* Category */} {project.category && (