From b159236e590b852542d3502c9449e86599deb01d Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sat, 22 Nov 2025 17:33:52 -0700 Subject: [PATCH] Fixed class warnings --- src/components/ProjectCard.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ProjectCard.astro b/src/components/ProjectCard.astro index af7e2a8..27b2103 100644 --- a/src/components/ProjectCard.astro +++ b/src/components/ProjectCard.astro @@ -15,12 +15,12 @@ const { project } = Astro.props; >

{project.name}

-

+

{project.description}