diff --git a/src/components/ResourceCard.astro b/src/components/ResourceCard.astro
index 9989865..ed5ca38 100644
--- a/src/components/ResourceCard.astro
+++ b/src/components/ResourceCard.astro
@@ -2,11 +2,11 @@
const { title, link, category, imgSrc, id, description } = Astro.props;
---
-
@@ -17,4 +17,34 @@ const { title, link, category, imgSrc, id, description } = Astro.props;
>
-{title}