diff --git a/src/components/card/FeatureCard.astro b/src/components/card/FeatureCard.astro deleted file mode 100644 index 67a54f4..0000000 --- a/src/components/card/FeatureCard.astro +++ /dev/null @@ -1,32 +0,0 @@ ---- -interface Props { - title: string; - description: string; - href: string; - thumbnail: string; -} -const { title, description, href, thumbnail } = Astro.props as Props; - -const clippedDescription = description.slice(0, 100); ---- - -
{label}