From 8cf00868c44e9fcb081c1af534c3bd5972b23fda Mon Sep 17 00:00:00 2001 From: enscribe Date: Fri, 21 Mar 2025 15:50:27 -0700 Subject: [PATCH] fix: remove unnecessary prop --- src/components/ProjectCard.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ProjectCard.astro b/src/components/ProjectCard.astro index 8516ed5..78c88ae 100644 --- a/src/components/ProjectCard.astro +++ b/src/components/ProjectCard.astro @@ -43,7 +43,7 @@ const { project } = Astro.props project.data.tags && (
{project.data.tags.map((tag: string) => ( - + {tag} ))}