From 68435459a178ca4fb45e1474f637156b9f9ab7cf Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 23 Oct 2023 16:16:28 -0700 Subject: remove minor projects --- src/components/Card.astro | 2 +- src/pages/projects.astro | 19 ++----------------- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/src/components/Card.astro b/src/components/Card.astro index 4de0a1b..7bad586 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -10,7 +10,7 @@ interface Props { contribution?: string; } -const { href, title, body, language, languageColor, logoSrc, logoWidth = '60%', contribution="Contributor" } = Astro.props; +const { href, title, body, language, languageColor, logoSrc, logoWidth = '60%', contribution="" } = Astro.props; ---