diff --git a/src/components/Projects/ProjectCard.tsx b/src/components/Projects/ProjectCard.tsx index 2227ba793..96f6c9db6 100644 --- a/src/components/Projects/ProjectCard.tsx +++ b/src/components/Projects/ProjectCard.tsx @@ -48,8 +48,8 @@ export function ProjectCard(props: ProjectCardProps) { <span className="flex min-h-[22px] items-center justify-between gap-2 text-xs text-gray-400"> {isLoadingStatus ? ( <> - <span className="h-5 w-24 animate-pulse rounded bg-gray-200" /> - <span className="h-5 w-20 animate-pulse rounded bg-gray-200" /> + <span className="h-5 w-24 animate-pulse rounded bg-gray-200" />{' '} + <span className="h-5 w-20 animate-pulse rounded bg-gray-200" />{' '} </> ) : ( <>