diff --git a/components/project-card.tsx b/components/project-card.tsx index c3ae90cb..17184149 100644 --- a/components/project-card.tsx +++ b/components/project-card.tsx @@ -45,14 +45,14 @@ export function ProjectCard({ return ( + className={cn( + "block cursor-pointer font-normal cards rounded-xl", + className + )}> - + }> {video && ( {title} - + {dates} - {link?.replace("https://", "").replace("www.", "").replace("/", "")} + {link + ?.replace("https://", "") + .replace("www.", "") + .replace("/", "")} - - {description} - + {description}