diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-10-23 16:16:28 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-10-23 16:16:28 -0700 |
| commit | 68435459a178ca4fb45e1474f637156b9f9ab7cf (patch) | |
| tree | 6b405f77514f0567dd2ba9809eeff37ffab43f00 /src/components | |
| parent | ba0a00ef17d3a75f0a9079a378fcd040bf69e0d9 (diff) | |
remove minor projects
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Card.astro | 2 |
1 files changed, 1 insertions, 1 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; --- <li class="link-card"> |
