diff --git a/src/components/Projects/ProjectCard.tsx b/src/components/Projects/ProjectCard.tsx
index c66f085b3..7d6b9d8ed 100644
--- a/src/components/Projects/ProjectCard.tsx
+++ b/src/components/Projects/ProjectCard.tsx
@@ -33,9 +33,11 @@ export function ProjectCard(props: ProjectCardProps) {
/>
- {frontmatter.title}
- {frontmatter.description}
-
+
+ {frontmatter.title}
+ {frontmatter.description}
+
+
{userCount > 0 ? <>{userCount} Started> : <>Be the first to solve!>}