From a5f0f63a9ceff7959f0368d231c7a53616533778 Mon Sep 17 00:00:00 2001 From: Francisco Pessano <76450203+FranP-code@users.noreply.github.com> Date: Sun, 13 Jul 2025 20:59:36 -0300 Subject: [PATCH] Updated ProjectCard.tsx --- astro-app/src/components/ProjectCard.tsx | 43 ------------------------ 1 file changed, 43 deletions(-) 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 && (