From ba0a00ef17d3a75f0a9079a378fcd040bf69e0d9 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 23 Oct 2023 16:14:38 -0700 Subject: update osc --- src/components/Card.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/components/Card.astro') diff --git a/src/components/Card.astro b/src/components/Card.astro index d2d428e..4de0a1b 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -7,9 +7,10 @@ interface Props { languageColor: string; logoSrc?: string; logoWidth?: string; + contribution?: string; } -const { href, title, body, language, languageColor, logoSrc, logoWidth = '60%' } = Astro.props; +const { href, title, body, language, languageColor, logoSrc, logoWidth = '60%', contribution="Contributor" } = Astro.props; --- -- cgit v1.2.3